pybind11/pybind11/_version.py
2016-04-21 12:23:20 +02:00

3 lines
69 B
Python

version_info = (1, 5)
__version__ = '.'.join(map(str, version_info))