ext: Updated Pybind11 to version 2.4.1.
[gem5.git] / ext / pybind11 / pybind11 / _version.py
1 version_info = (2, 4, 1)
2 __version__ = '.'.join(map(str, version_info))