From 53815eea8f198ac6a41700c0f568b832dbabba5f Mon Sep 17 00:00:00 2001 From: Adam Erispaha Date: Thu, 28 Sep 2023 17:42:20 -0400 Subject: [PATCH] Restore dev version --- swmmio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swmmio/__init__.py b/swmmio/__init__.py index 0455e75..44efd1a 100644 --- a/swmmio/__init__.py +++ b/swmmio/__init__.py @@ -11,7 +11,7 @@ '''Python SWMM Input/Output Tools''' -VERSION_INFO = (0, 6, 8) +VERSION_INFO = (0, 6, 9, 'dev0') __version__ = '.'.join(map(str, VERSION_INFO)) __author__ = 'Adam Erispaha' __copyright__ = 'Copyright (c) 2023'