Skip to content

Commit 135801d

Browse files
committed
update shipped pybind to 2.11
1 parent 1f3e9d1 commit 135801d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/osmium/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
# the major version
1212
pyosmium_major = '3.6'
1313
# current release (Pip version)
14-
pyosmium_release = '3.6.0'
14+
pyosmium_release = '3.6.1'
1515

1616
# libosmium version shipped with the Pip release
1717
libosmium_version = '2.19.0'
1818
# protozero version shipped with the Pip release
1919
protozero_version = '1.7.1'
2020
# pybind11 version shipped with the Pip release
21-
pybind11_version = '2.10.3'
21+
pybind11_version = '2.11.0'

0 commit comments

Comments
 (0)