Skip to content

Commit

Permalink
Switch to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Aug 14, 2019
1 parent 9d2096b commit 166fa04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 class="title">Module <code>yasa</code></h1>
from .main import *
from .spectral import *

__version__ = &#34;0.1.4&#34;</code></pre>
__version__ = &#34;0.1.5&#34;</code></pre>
</details>
</section>
<section>
Expand Down
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.4'
VERSION = '0.1.5'
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
Expand Up @@ -3,4 +3,4 @@
from .main import *
from .spectral import *

__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit 166fa04

Please sign in to comment.