From 307bf83ee88470455ee81c32fcd9ae396c7c2179 Mon Sep 17 00:00:00 2001 From: mst Date: Mon, 16 Dec 2024 16:53:29 +0300 Subject: [PATCH] bump version --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 773f041..c7ae1bb 100644 --- a/constants.py +++ b/constants.py @@ -11,6 +11,6 @@ tempDir = Path.cwd() / 'static' / 'temp' exportsDir = Path('static') / 'exports' emojiPath = Path.cwd() / 'static' / 'emojis' appName = 'CatAsk' -version = '1.7.0' +version = '1.7.1' # id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9 version_id = '-alpha'