mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
3 lines
72 B
Python
3 lines
72 B
Python
version_info = (2, 0, 0)
|
|
__version__ = '.'.join(map(str, version_info))
|