Version bump

This commit is contained in:
Kevin Fronczak
2021-02-15 10:16:59 -05:00
parent 14cbbacc1b
commit 9ff02de48b
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 17
PATCH_VERSION = "0.rc1"
PATCH_VERSION = 0
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"