From 06f7eb3cedfa0b565ececd55164c700c42f12360 Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Mon, 27 Jun 2022 16:28:41 +1000 Subject: [PATCH] Bump version --- 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 89587435..8b955da7 100644 --- a/src/common/consts.py +++ b/src/common/consts.py @@ -11,7 +11,7 @@ """ # Version info -VERSION = (1, 0, 0) +VERSION = (1, 0, 1) # Sub versions VERSION_MAJOR = VERSION[0]