From a6dc7d0c9c65fd6c8b33c6db003de473828640cb Mon Sep 17 00:00:00 2001 From: Pratik Anand <13189088+pratik141@users.noreply.github.com> Date: Wed, 26 Jul 2023 00:00:19 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f02208d..7fed036 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="nsedt", - version="0.0.6", + version="0.0.7", author="Pratik Anand", long_description=long_description, long_description_content_type="text/markdown",