Skip to content

Commit

Permalink
v10
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Jan 16, 2025
1 parent 3252443 commit 3dc9c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightphe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


class LightPHE:
__version__ = "0.0.9"
__version__ = "0.0.10"

def __init__(
self,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="lightphe",
version="0.0.9",
version="0.0.10",
author="Sefik Ilkin Serengil",
author_email="serengil@gmail.com",
description="A Lightweight Partially Homomorphic Encryption Library for Python",
Expand Down

0 comments on commit 3dc9c5e

Please sign in to comment.