Skip to content

Commit

Permalink
Switch to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed May 27, 2019
1 parent a532abc commit 590e651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions notebooks/08_sw_average.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
URL = 'https://github.com/raphaelvallat/yasa/'
LICENSE = 'BSD (3-clause)'
DOWNLOAD_URL = 'https://github.com/raphaelvallat/yasa/'
VERSION = '0.1.3'
VERSION = '0.1.4'
PACKAGE_DATA = {'yasa.data.icons': ['*.svg']}

INSTALL_REQUIRES = [
Expand Down
2 changes: 1 addition & 1 deletion yasa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Import EntroPy objects
from .main import *

__version__ = "0.1.3"
__version__ = "0.1.4"

0 comments on commit 590e651

Please sign in to comment.