From 0fc5e1a7a16b0ff07d898a2783479dc305cda98e Mon Sep 17 00:00:00 2001 From: Morgan-Phoenix <73711602+Morgan-Phoenix@users.noreply.github.com> Date: Fri, 23 Jul 2021 19:19:05 +0530 Subject: [PATCH] Updated setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce82cfa..d6541f9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ file = open('README.md','r').read() setup( name="enrocrypt", - version="1.1.1", + version="1.1.2", author="Morgan-Phoenix", author_email="mikebrain61@gmail.com", description="This is a Python Module For Encryption, Hashing And Other stuff",