From 9b6ff51f9c18e535b00e128c5c7eed6f928aeab5 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Thu, 1 Dec 2022 21:58:30 -0800 Subject: [PATCH] Update to v1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27223cb..c9b6c96 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ _this_dir = os.path.dirname(__file__) MAJOR = 1 MINOR = 2 -MICRO = 1 +MICRO = 2 TAG = "" VERSION = "%d.%d.%d%s" % (MAJOR, MINOR, MICRO, TAG)