Dev version bump

This commit is contained in:
Kevin Fronczak
2020-05-06 10:43:09 -04:00
committed by GitHub
parent 2f0cec2724
commit dfb90b8c86
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 15
PATCH_VERSION = "0-rc.0"
PATCH_VERSION = "0-rc.1"
__version__ = "{}.{}.{}".format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)