From b93a8a20761f7981aa994e8928661f6c72c5f5f6 Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Mon, 27 Feb 2023 11:45:24 +1100 Subject: [PATCH] Bump version to 1.2.1 --- src/common/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/consts.py b/src/common/consts.py index ac7b6bc9..7d725865 100644 --- a/src/common/consts.py +++ b/src/common/consts.py @@ -11,7 +11,7 @@ """ # Version info -VERSION = (1, 2, 0) +VERSION = (1, 2, 1) # Sub versions VERSION_MAJOR = VERSION[0]