Update constants.py

This commit is contained in:
Kevin Fronczak
2018-02-08 16:53:03 -05:00
committed by GitHub
parent 1d8e8e53d9
commit 90b83544f4
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 7
PATCH_VERSION = 0
MINOR_VERSION = 8
PATCH_VERSION = '0.dev'
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)