Skip to content

Commit 30f9081

Browse files
committed
Restore dev version
1 parent 06a339c commit 30f9081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swmmio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'''Python SWMM Input/Output Tools'''
1212

1313

14-
VERSION_INFO = (0, 6, 2)
14+
VERSION_INFO = (0, 6, 3, 'dev0')
1515
__version__ = '.'.join(map(str, VERSION_INFO))
1616
__author__ = 'Adam Erispaha'
1717
__copyright__ = 'Copyright (c) 2023'

0 commit comments

Comments
 (0)