Version bump

This commit is contained in:
Kevin Fronczak
2019-01-31 21:18:02 -05:00
committed by GitHub
parent 4deb53eab8
commit 2835ccf7d2
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 13
PATCH_VERSION = '0.dev0'
MINOR_VERSION = 12
PATCH_VERSION = 1
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)