Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
Fixed:
* Implementation bug in Von-Neumann extractor
* Fix import of circulant and Circulant
  • Loading branch information
y-richie-y committed Aug 20, 2024
1 parent 907bd33 commit 65b177c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptomite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
from cryptomite.trevisan import Trevisan
from cryptomite.utils import von_neumann

__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = cryptomite
description = An awesome extractor library
long_description = file: README.md
long_description_content_type = text/markdown
version = 0.2.0
version = 0.2.1
author = Cambridge Quantum
author_email = qcrypto@cambridgequantum.com
license_files = file: LICENSE
Expand Down

0 comments on commit 65b177c

Please sign in to comment.