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 4a5b81b commit 87954e7Copy full SHA for 87954e7
include/pybind11/detail/common.h
@@ -11,7 +11,7 @@
11
12
#define PYBIND11_VERSION_MAJOR 2
13
#define PYBIND11_VERSION_MINOR 6
14
-#define PYBIND11_VERSION_PATCH 3.dev
+#define PYBIND11_VERSION_PATCH 3.dev1
15
16
#define PYBIND11_NAMESPACE_BEGIN(name) namespace name {
17
#define PYBIND11_NAMESPACE_END(name) }
pybind11/_version.py
@@ -8,5 +8,5 @@ def _to_int(s):
8
return s
9
10
-__version__ = "2.6.3.dev"
+__version__ = "2.6.3.dev1"
version_info = tuple(_to_int(s) for s in __version__.split("."))
0 commit comments