Skip to content

Commit

Permalink
set version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Dec 26, 2021
1 parent 838a597 commit c0ca18f
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.0'
version = '0.4.1'

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

0 comments on commit c0ca18f

Please sign in to comment.