Skip to content

Commit 24b59f4

Browse files
committed
v0.0.2
1 parent 99fc882 commit 24b59f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

behavelet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .morlet import *
22

3-
__version__ = '0.0.1'
3+
__version__ = '0.0.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
URL = "https://github.com/jgraving/behavelet"
2828
LICENSE = "Apache 2.0"
2929
DOWNLOAD_URL = "https://github.com/jgraving/behavelet.git"
30-
VERSION = "0.0.1"
30+
VERSION = "0.0.2"
3131

3232

3333
if __name__ == "__main__":

0 commit comments

Comments
 (0)