Bump dev version

This commit is contained in:
Kevin Fronczak
2020-05-27 23:23:50 +00:00
parent 58117b3daf
commit e53439141a
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 16
PATCH_VERSION = "0-rc1"
PATCH_VERSION = "0-rc2"
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"