dev version bump

This commit is contained in:
Kevin Fronczak
2020-11-23 04:25:16 +00:00
parent ab38afa105
commit c01a6ce16b
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 16
PATCH_VERSION = "4.rc1"
PATCH_VERSION = 4
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"