From 8534deb0affac33878b807535440d08a215eca39 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 30 May 2024 19:35:09 +0100 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 261f0fd..286c9a7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="lightphe", - version="0.0.6", + version="0.0.7", author="Sefik Ilkin Serengil", author_email="serengil@gmail.com", description="A Lightweight Partially Homomorphic Encryption Library for Python",