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

set version to 0.3.4

This commit is contained in:
Viktor Stanchev 2019-11-24 23:30:28 +08:00
parent 095f2d2b38
commit 2e1ae8dc59

View File

@ -5,7 +5,7 @@ import pkgutil
def get_resource(filename):
return pkgutil.get_data(__package__, 'data/' + filename)
version = '0.3.3'
version = '0.3.4'
categories = json.loads(get_resource('categories.json').decode())
sorts = json.loads(get_resource('sorts.json').decode())