This repository has been archived on 2024-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ar_basalt/thirdparty/Pangolin/external/pybind11/pybind11/_version.py
2022-04-05 11:42:28 +03:00

3 lines
72 B
Python

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