Skip to content

Commit

Permalink
🎉 bump code to 0.0.1.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithClown committed Aug 18, 2024
1 parent 2158f46 commit 3228406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlpurify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# ? package follows https://peps.python.org/pep-0440/
# ? https://python-semver.readthedocs.io/en/latest/advanced/convert-pypi-to-semver.html
__version__ = "0.0.1.dev0"
__version__ = "0.0.1.dev1"

# init-time options registrations
from nlpurify.normalize import normalizeText

0 comments on commit 3228406

Please sign in to comment.