Fix dev version (will add to different PR)

This commit is contained in:
Kevin Fronczak
2019-06-17 11:15:46 -04:00
parent 604eebd1b7
commit bb76f09f31
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 14
PATCH_VERSION = '1.dev0'
MINOR_VERSION = 15
PATCH_VERSION = '0.dev0'
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)