Dev version bump

This commit is contained in:
Kevin Fronczak
2018-09-28 15:00:51 -04:00
committed by GitHub
parent bd6e3bb4e3
commit 62c89a925e
+1 -1
View File
@@ -3,7 +3,7 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 9
MINOR_VERSION = 10
PATCH_VERSION = '0.dev'
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)