Skip to content

Commit

Permalink
chore: bump v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Jun 29, 2021
1 parent 9183253 commit b16e669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion normalizer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pathlib
import sys

__version__ = '0.0.4'
__version__ = '0.0.5'

__resources_path__ = (
pathlib.Path(sys.modules['normalizer'].__file__).parent / 'resources'
Expand Down

0 comments on commit b16e669

Please sign in to comment.