Skip to content

Commit

Permalink
set version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vikstrous committed Nov 24, 2019
1 parent 095f2d2 commit 2e1ae8d
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.3.3'
version = '0.3.4'

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

0 comments on commit 2e1ae8d

Please sign in to comment.