From 8c6e400a7864a70e96e1139739fd549f346aaf66 Mon Sep 17 00:00:00 2001 From: Rahul Gurujala Date: Fri, 9 Aug 2024 01:26:39 +0530 Subject: [PATCH] version updated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c53c18..a3326b2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="excel-helper", - version="0.1.1.", + version="1.0.0", author="Rahul Gurujala", author_email="isaacnewtonrahul@gmail.com", description="A simple library to simplify Excel manipulation using openpyxl",