dev version update for pre-release

This commit is contained in:
Kevin Fronczak
2020-04-13 20:50:39 -04:00
committed by GitHub
parent 2b9c82b432
commit 4ed2e3dab5
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 15
PATCH_VERSION = '0.dev0'
MINOR_VERSION = 14
PATCH_VERSION = '3.dev0'
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)