mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-22 08:29:23 +00:00
3 lines
77 B
Python
3 lines
77 B
Python
version_info = (2, 5, 'dev1')
|
|
__version__ = '.'.join(map(str, version_info))
|