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 b29a9eb commit 9a19306Copy full SHA for 9a19306
include/pybind11/detail/common.h
@@ -94,7 +94,7 @@
94
95
#define PYBIND11_VERSION_MAJOR 2
96
#define PYBIND11_VERSION_MINOR 2
97
-#define PYBIND11_VERSION_PATCH 3
+#define PYBIND11_VERSION_PATCH 4
98
99
/// Include Python header, disable linking to pythonX_d.lib on Windows in debug mode
100
#if defined(_MSC_VER)
pybind11/_version.py
@@ -1,2 +1,2 @@
1
-version_info = (2, 2, 3)
+version_info = (2, 2, 4)
2
__version__ = '.'.join(map(str, version_info))
0 commit comments