Merge pull request #178 from fronzbot/dev-bump

dev version bump
This commit is contained in:
Kevin Fronczak
2019-05-21 23:35:25 -04:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 14
PATCH_VERSION = '0.dev1'
PATCH_VERSION = '0.dev2'
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)