Version bump

This commit is contained in:
Kevin Fronczak
2020-05-08 17:02:07 -04:00
committed by GitHub
parent 90ad0c7cc9
commit e953a2f918
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 15
PATCH_VERSION = "0-rc.2"
PATCH_VERSION = 0
__version__ = "{}.{}.{}".format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)