From 74356b75c489363f5e31080bc398d1ffc6d346d3 Mon Sep 17 00:00:00 2001 From: Muhammad Fiaz Date: Fri, 8 Dec 2023 21:33:28 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 305b236..ca34468 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from checkversions.version import get_Version -VERSION = "0.0.2" +VERSION = "0.0.3" get_Version(VERSION)