RC Version bump

This commit is contained in:
Kevin Fronczak
2021-02-11 23:49:11 -05:00
parent 114f8fbfa8
commit f42c49d221
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 16
PATCH_VERSION = "5.rc1"
MINOR_VERSION = 17
PATCH_VERSION = "0.rc0"
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"