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

bump version

This commit is contained in:
Viktor Stanchev 2018-09-18 22:43:56 -07:00
parent 7b2d0795cf
commit 4af9b4ff8d

View File

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