aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/pybind11/pybind11/_version.py
blob: 8d5aa5c7675609643f294bd56fc77598e93b9bcf (plain)
1
2
version_info = (2, 5, 0)
__version__ = '.'.join(map(str, version_info))