Dev version bump

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