diff --git a/constants.py b/constants.py index 2bfcd83..14da8eb 100644 --- a/constants.py +++ b/constants.py @@ -5,6 +5,6 @@ blacklistFile = 'word_blacklist.txt' configFile = 'config.json' faviconDir = Path.cwd() / 'static' / 'icons' / 'favicon' appName = 'CatAsk' -version = '1.5.0' +version = '1.5.1' # id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9 version_id = '-alpha'