From e7da45c130385c3e2489d65e6573dfcfcfecae74 Mon Sep 17 00:00:00 2001 From: Rajasekhar-Vuppala Date: Wed, 28 Jun 2023 22:50:45 +0530 Subject: [PATCH] Chaning Version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cadd419..558e27b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ description = f.read() -version_info = (0, 0, 6) +version_info = (0, 0, 7) version = '.'.join(map(str, version_info))