mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-27 07:32:02 +00:00
3 lines
77 B
Python
3 lines
77 B
Python
version_info = (1, 8, 'dev0')
|
|
__version__ = '.'.join(map(str, version_info))
|