From aac163f0417f2992564062c5ed8ccb9117f6b7bc Mon Sep 17 00:00:00 2001 From: Rohit kumar Date: Wed, 6 Dec 2023 14:59:52 +0530 Subject: [PATCH] Released v.0.3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 085c412..8dc44c9 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -VERSION = "0.3.4" +VERSION = "0.3.5" from setuptools import setup, find_packages