Skip to content

Commit 127f930

Browse files
authored
Update __version__.py
1 parent 87691e4 commit 127f930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 0, 2)
1+
VERSION = (0, 0, 3)
22

3-
__version__ = '.'.join(map(str, VERSION))
3+
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)