mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-18 06:30:54 +00:00
4 lines
101 B
Python
4 lines
101 B
Python
# -*- coding: utf-8 -*-
|
|
version_info = (2, 5, 'dev1')
|
|
__version__ = '.'.join(map(str, version_info))
|