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

set version to 0.2.11

This commit is contained in:
Michele Guerini Rocco 2017-07-17 02:19:06 +02:00
parent c04b7ec0d1
commit 1b435c2c1b
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

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