Version bump

This commit is contained in:
Kevin Fronczak
2019-06-20 13:32:46 -04:00
parent 197695ee40
commit 2d74b12d43
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 14
PATCH_VERSION = '1.dev0'
PATCH_VERSION = 1
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)