This commit is contained in:
Kevin Fronczak
2020-06-14 10:49:17 -04:00
committed by GitHub
parent 6a7eff6501
commit 3cf2b5e093
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 16
PATCH_VERSION = "0-rc6"
PATCH_VERSION = "0-rc7"
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"