1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00

bump version

This commit is contained in:
Viktor Stanchev 2018-06-27 22:01:14 -07:00
parent d86561b30c
commit 78809bad6c

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.2'
categories = json.loads(get_resource('categories.json').decode())
sorts = json.loads(get_resource('sorts.json').decode())