Dev version bump

This commit is contained in:
Kevin Fronczak
2019-01-23 11:05:34 -05:00
committed by GitHub
parent 5c6e4364e8
commit 66a66c9bd3
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 11
PATCH_VERSION = 2
MINOR_VERSION = 12
PATCH_VERSION = '0.dev'
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)