1
0
mirror of https://github.com/pybind/pybind11.git synced 2025-03-02 06:42:45 +00:00
pybind11/pybind11/_version.py
2017-03-22 22:20:07 +01:00

3 lines
77 B
Python

version_info = (2, 2, 'dev0')
__version__ = '.'.join(map(str, version_info))