Skip to content

Commit 9750846

Browse files
committed
fix version bug
1 parent 657278f commit 9750846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stormdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
STORM database access and cluster processing tools.
33
"""
44

5-
__VERSION__ = '0.6.dev0'
5+
__version__ = '0.6.dev0'

0 commit comments

Comments
 (0)