Merge pull request #181 from fronzbot/version-bump

Version bump
This commit is contained in:
Kevin Fronczak
2019-05-23 16:40:14 -04:00
committed by GitHub
+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)