Merge branch 'dev' into dependabot/pip/pytest-cov-2.9.0

This commit is contained in:
Kevin Fronczak
2020-05-25 09:59:37 -04:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 16
PATCH_VERSION = "0-rc0"
PATCH_VERSION = "0-rc1"
__version__ = "{}.{}.{}".format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)