Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
refs/heads/upstream/v2.5
/
.
/
pybind11
/
_version.py
blob: 8d5aa5c7675609643f294bd56fc77598e93b9bcf [
file
] [
log
] [
blame
] [
edit
]
version_info
=
(
2
,
5
,
0
)
__version__
=
'.'
.
join
(
map
(
str
,
version_info
))