Skip to content

Commit df80035

Browse files
committed
Bump version
1 parent e16bc22 commit df80035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Crypto/__init__.py

+1-1
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, 6, 5)
4+
version_info = (3, 6, 6, 'a0')
55

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

0 commit comments

Comments
 (0)