We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c3527 commit 6544a55Copy full SHA for 6544a55
README.md
@@ -203,7 +203,8 @@ from the `docs` subdirectory.
203
204
| `xtensor-python` | `xtensor` | `pybind11` |
205
|------------------|-----------|------------------|
206
-| master | ^0.23.0 | ~2.4.3 |
+| master | ^0.24.0 | ~2.4.3 |
207
+| 0.26.0 | ^0.24.0 | ~2.4.3 |
208
| 0.25.3 | ^0.23.0 | ~2.4.3 |
209
| 0.25.2 | ^0.23.0 | ~2.4.3 |
210
| 0.25.1 | ^0.23.0 | ~2.4.3 |
include/xtensor-python/xtensor_python_config.hpp
@@ -11,7 +11,7 @@
11
#define XTENSOR_PYTHON_CONFIG_HPP
12
13
#define XTENSOR_PYTHON_VERSION_MAJOR 0
14
-#define XTENSOR_PYTHON_VERSION_MINOR 25
15
-#define XTENSOR_PYTHON_VERSION_PATCH 3
+#define XTENSOR_PYTHON_VERSION_MINOR 26
+#define XTENSOR_PYTHON_VERSION_PATCH 0
16
17
#endif
0 commit comments