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

set version to 0.2.10

This commit is contained in:
Viktor Stanchev 2016-11-04 20:42:48 -07:00
parent 780f8de334
commit a7be2cd823

View File

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