We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e95b2 commit 664dd9eCopy full SHA for 664dd9e
cryptomite/__init__.py
@@ -19,4 +19,4 @@
19
from cryptomite.trevisan import Trevisan
20
from cryptomite.utils import von_neumann
21
22
-__version__ = '0.2.3'
+__version__ = '0.3.0'
setup.cfg
@@ -3,7 +3,7 @@ name = cryptomite
3
description = An awesome extractor library
4
long_description = file: README.md
5
long_description_content_type = text/markdown
6
-version = 0.2.3
+version = 0.3.0
7
author = Cambridge Quantum
8
author_email = qcrypto@cambridgequantum.com
9
license_files = file: LICENSE
0 commit comments