Skip to content

Commit

Permalink
set version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Mar 15, 2022
1 parent edc5474 commit f0cf30b
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 @@ -6,7 +6,7 @@ def get_resource(filename):
return pkgutil.get_data(__package__, 'data/' + filename)


version = '0.4.1'
version = '0.4.2'

categories = json.loads(get_resource('categories.json').decode())
sorts = json.loads(get_resource('sorts.json').decode())
Expand Down

0 comments on commit f0cf30b

Please sign in to comment.