From 747270ab0c61edb4c255cb56b7e80c997af13fd2 Mon Sep 17 00:00:00 2001 From: pyguru123 Date: Thu, 14 Oct 2021 16:40:14 +0530 Subject: [PATCH] v1.0.80 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 241b4b9..eb2e727 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="decrypto", # This is the name of the package - version="1.0.8a", # The initial release version + version="1.0.80", # The initial release version author="Prajjwal Pathak", # Full name of the author author_email="pyguru123@gmail.com", # Author Email description="Light Weight python package for encrption/decryption",