Skip to content

Commit

Permalink
Switched to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Feb 12, 2019
1 parent 9cfc112 commit f07b386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1'
VERSION = '0.1.2'
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.1"
__version__ = "0.1.2"

0 comments on commit f07b386

Please sign in to comment.