Skip to content

Commit

Permalink
chore: bump v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 authored and mapleeit committed Jul 26, 2021
1 parent bf0e6ee commit fad007e
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.7'
__version__ = '0.0.8'

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

0 comments on commit fad007e

Please sign in to comment.