mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-09 09:59:51 +01:00
set version to 0.3.7
This commit is contained in:
parent
f115bfd8d3
commit
567ea9db11
@ -5,7 +5,7 @@ import pkgutil
|
||||
def get_resource(filename):
|
||||
return pkgutil.get_data(__package__, 'data/' + filename)
|
||||
|
||||
version = '0.3.6'
|
||||
version = '0.3.7'
|
||||
|
||||
categories = json.loads(get_resource('categories.json').decode())
|
||||
sorts = json.loads(get_resource('sorts.json').decode())
|
||||
|
Loading…
Reference in New Issue
Block a user