We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3e9d1 commit 135801dCopy full SHA for 135801d
src/osmium/version.py
@@ -11,11 +11,11 @@
11
# the major version
12
pyosmium_major = '3.6'
13
# current release (Pip version)
14
-pyosmium_release = '3.6.0'
+pyosmium_release = '3.6.1'
15
16
# libosmium version shipped with the Pip release
17
libosmium_version = '2.19.0'
18
# protozero version shipped with the Pip release
19
protozero_version = '1.7.1'
20
# pybind11 version shipped with the Pip release
21
-pybind11_version = '2.10.3'
+pybind11_version = '2.11.0'
0 commit comments