Bump version

This commit is contained in:
Helder Eijs 2025-03-16 15:17:40 +01:00
parent 215a151ecc
commit 3da2b070ea

View file

@ -1,6 +1,6 @@
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature', __all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
'IO', 'Math'] 'IO', 'Math']
version_info = (3, 22, '0') version_info = (3, 23, '0b0')
__version__ = ".".join([str(x) for x in version_info]) __version__ = ".".join([str(x) for x in version_info])