summaryrefslogtreecommitdiff
path: root/ext/pybind11/pybind11/_version.py
blob: 924115060d40da1360bd10fce83539cf9bf9f18c (plain)
1
2
version_info = (2, 2, 1)
__version__ = '.'.join(map(str, version_info))