Update to v1.2.2

This commit is contained in:
Jacob Alexander
2022-12-01 21:58:30 -08:00
parent 56ef658e46
commit 9b6ff51f9c

View File

@@ -22,7 +22,7 @@ _this_dir = os.path.dirname(__file__)
MAJOR = 1 MAJOR = 1
MINOR = 2 MINOR = 2
MICRO = 1 MICRO = 2
TAG = "" TAG = ""
VERSION = "%d.%d.%d%s" % (MAJOR, MINOR, MICRO, TAG) VERSION = "%d.%d.%d%s" % (MAJOR, MINOR, MICRO, TAG)