1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-09 09:59:51 +01:00

set version to 0.4.1

This commit is contained in:
Michele Guerini Rocco 2021-12-26 12:15:40 +01:00
parent 838a5973b9
commit c0ca18f2da
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

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