Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Aug 13, 2018
1 parent e16bc22 commit df80035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Crypto/__init__.py
@@ -1,6 +1,6 @@
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
'IO', 'Math']

version_info = (3, 6, 5)
version_info = (3, 6, 6, 'a0')

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

0 comments on commit df80035

Please sign in to comment.