mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-22 06:43:19 +08: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))
|