We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0deea1b commit 4ec4b85Copy full SHA for 4ec4b85
lib/Crypto/__init__.py
@@ -1,6 +1,6 @@
1
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
2
'IO', 'Math']
3
4
-version_info = (3, 19, '1b0')
+version_info = (3, 20, '0b0')
5
6
__version__ = ".".join([str(x) for x in version_info])
0 commit comments