mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-27 01:13:55 +08:00
3 lines
77 B
Python
3 lines
77 B
Python
version_info = (1, 6, 'dev0')
|
|
__version__ = '.'.join(map(str, version_info))
|