mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-27 23:52:00 +00:00
3 lines
72 B
Python
3 lines
72 B
Python
version_info = (2, 2, 3)
|
|
__version__ = '.'.join(map(str, version_info))
|