gtsam/wrap/python/pybind11/pybind11/_version.py

3 lines
77 B
Python

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