Dev version bump

This commit is contained in:
Kevin Fronczak
2020-04-15 11:09:46 -04:00
committed by GitHub
parent 4ed2e3dab5
commit 800ddeaf7a
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 14
PATCH_VERSION = '3.dev0'
PATCH_VERSION = '3.dev1'
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)