mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2026-04-11 17:50:20 +00:00
2 lines
80 B
Python
2 lines
80 B
Python
__version_info__ = (0, 6, 0)
|
|
__version__ = '.'.join(map(str, __version_info__))
|