Skip to content

Commit

Permalink
set version to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Jul 17, 2017
1 parent c04b7ec commit 1b435c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pirate/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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())
Expand Down

0 comments on commit 1b435c2

Please sign in to comment.