set version to 0.4.2

master 0.4.2
Michele Guerini Rocco 2022-03-15 17:34:52 +01:00
parent edc547428b
commit f0cf30bd48
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ def get_resource(filename):
return pkgutil.get_data(__package__, 'data/' + filename)
version = '0.4.1'
version = '0.4.2'
categories = json.loads(get_resource('categories.json').decode())
sorts = json.loads(get_resource('sorts.json').decode())