Change to SemVer for dev versions (now rc)

This commit is contained in:
Kevin Fronczak
2020-05-04 09:31:41 -04:00
committed by GitHub
parent e43d2f9a88
commit 8a8c4ea20b
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 15
PATCH_VERSION = '0.dev0'
PATCH_VERSION = '0-rc.0'
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)