We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fc882 commit 24b59f4Copy full SHA for 24b59f4
behavelet/__init__.py
@@ -1,3 +1,3 @@
1
from .morlet import *
2
3
-__version__ = '0.0.1'
+__version__ = '0.0.2'
setup.py
@@ -27,7 +27,7 @@
27
URL = "https://github.com/jgraving/behavelet"
28
LICENSE = "Apache 2.0"
29
DOWNLOAD_URL = "https://github.com/jgraving/behavelet.git"
30
-VERSION = "0.0.1"
+VERSION = "0.0.2"
31
32
33
if __name__ == "__main__":
0 commit comments