Skip to content

Commit 9a19306

Browse files
committed
bump version to 2.2.4
1 parent b29a9eb commit 9a19306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/pybind11/detail/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
#define PYBIND11_VERSION_MAJOR 2
9696
#define PYBIND11_VERSION_MINOR 2
97-
#define PYBIND11_VERSION_PATCH 3
97+
#define PYBIND11_VERSION_PATCH 4
9898

9999
/// Include Python header, disable linking to pythonX_d.lib on Windows in debug mode
100100
#if defined(_MSC_VER)

pybind11/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (2, 2, 3)
1+
version_info = (2, 2, 4)
22
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)