mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 16:03:45 +00:00
Bump version
This commit is contained in:
parent
215a151ecc
commit
3da2b070ea
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
|
||||
'IO', 'Math']
|
||||
|
||||
version_info = (3, 22, '0')
|
||||
version_info = (3, 23, '0b0')
|
||||
|
||||
__version__ = ".".join([str(x) for x in version_info])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue