Merge pull request #277 from fronzbot/dev-bump

Dev bump to 0.16.0-rc3
This commit is contained in:
Kevin Fronczak
2020-05-27 19:43:57 -04:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 16
PATCH_VERSION = "0-rc2"
PATCH_VERSION = "0-rc3"
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"