We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a339c commit 30f9081Copy full SHA for 30f9081
swmmio/__init__.py
@@ -11,7 +11,7 @@
11
'''Python SWMM Input/Output Tools'''
12
13
14
-VERSION_INFO = (0, 6, 2)
+VERSION_INFO = (0, 6, 3, 'dev0')
15
__version__ = '.'.join(map(str, VERSION_INFO))
16
__author__ = 'Adam Erispaha'
17
__copyright__ = 'Copyright (c) 2023'
0 commit comments