Fixed version.wq

This commit is contained in:
Kevin Fronczak
2019-10-12 14:32:26 -04:00
parent 17d1aa9690
commit ad7ece4d45
+1 -1
View File
@@ -4,7 +4,7 @@ import os
MAJOR_VERSION = 0
MINOR_VERSION = 14
PATCH_VERSION = 2 2
PATCH_VERSION = 2
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)