Skip to content

Commit 4ec4b85

Browse files
committed
Bump version
1 parent 0deea1b commit 4ec4b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Crypto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
22
'IO', 'Math']
33

4-
version_info = (3, 19, '1b0')
4+
version_info = (3, 20, '0b0')
55

66
__version__ = ".".join([str(x) for x in version_info])

0 commit comments

Comments
 (0)