Version bump

This commit is contained in:
Kevin Fronczak
2019-05-23 16:06:56 -04:00
parent cb5867d430
commit 1e71af28dd
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 14
PATCH_VERSION = '0.dev3'
PATCH_VERSION = 0
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)