From 166fa04ff6596e0e6ec45893647b3e51a652e6ea Mon Sep 17 00:00:00 2001 From: Raphael Vallat Date: Wed, 14 Aug 2019 10:29:08 -0700 Subject: [PATCH] Switch to 0.1.5 --- html/index.html | 2 +- setup.py | 2 +- yasa/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html/index.html b/html/index.html index 487610d..12fa225 100644 --- a/html/index.html +++ b/html/index.html @@ -27,7 +27,7 @@

Module yasa

from .main import * from .spectral import * -__version__ = "0.1.4" +__version__ = "0.1.5"
diff --git a/setup.py b/setup.py index 209ae7a..52456cb 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ URL = 'https://github.com/raphaelvallat/yasa/' LICENSE = 'BSD (3-clause)' DOWNLOAD_URL = 'https://github.com/raphaelvallat/yasa/' -VERSION = '0.1.4' +VERSION = '0.1.5' PACKAGE_DATA = {'yasa.data.icons': ['*.svg']} INSTALL_REQUIRES = [ diff --git a/yasa/__init__.py b/yasa/__init__.py index 6d2112b..1314def 100644 --- a/yasa/__init__.py +++ b/yasa/__init__.py @@ -3,4 +3,4 @@ from .main import * from .spectral import * -__version__ = "0.1.4" +__version__ = "0.1.5"