Merge pull request #425 from fronzbot/0.16.5.rc0

0.16.5.rc0
This commit is contained in:
Kevin Fronczak
2021-02-05 10:24:00 -05:00
committed by GitHub
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 17
PATCH_VERSION = "0.dev2"
MINOR_VERSION = 16
PATCH_VERSION = "5.rc0"
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"