mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-22 14:57:07 +08:00
3 lines
78 B
Python
3 lines
78 B
Python
version_info = (2, 0, '0-rc1')
|
|
__version__ = '.'.join(map(str, version_info))
|