version bump

This commit is contained in:
Kevin Fronczak
2018-11-23 20:09:46 -05:00
parent 8f250d204f
commit 1d67764dc8
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 11
PATCH_VERSION = '0.dev'
PATCH_VERSION = 0
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)