Update constants.py

This commit is contained in:
Kevin Fronczak
2020-10-06 09:31:45 -04:00
committed by GitHub
parent 469b0c257e
commit 88984365fe
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 17
PATCH_VERSION = "0.dev0"
MINOR_VERSION = 16
PATCH_VERSION = "4-rc0"
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"