From 3228406087bdff7e15d05bc5cd2079a97125842f Mon Sep 17 00:00:00 2001 From: ZenithClown Date: Sun, 18 Aug 2024 16:57:41 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20bump=20code=20to=200.0.1.dev1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nlpurify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlpurify/__init__.py b/nlpurify/__init__.py index 18949e3..56c89e6 100644 --- a/nlpurify/__init__.py +++ b/nlpurify/__init__.py @@ -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