Dev version bump

This commit is contained in:
Kevin Fronczak
2020-06-10 15:10:17 +00:00
parent d9136e611f
commit 5d86e0ac9a
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 16
PATCH_VERSION = "0-rc4"
PATCH_VERSION = "0-rc5"
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"