We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00eb0ce commit 9aa58f8Copy full SHA for 9aa58f8
README.md
@@ -204,6 +204,7 @@ from the `docs` subdirectory.
204
| `xtensor-python` | `xtensor` | `pybind11` |
205
|------------------|-----------|------------------|
206
| master | ^0.23.0 | ~2.4.3 |
207
+| 0.25.2 | ^0.23.0 | ~2.4.3 |
208
| 0.25.1 | ^0.23.0 | ~2.4.3 |
209
| 0.25.0 | ^0.23.0 | ~2.4.3 |
210
| 0.24.1 | ^0.21.2 | ~2.4.3 |
include/xtensor-python/xtensor_python_config.hpp
@@ -12,6 +12,6 @@
12
13
#define XTENSOR_PYTHON_VERSION_MAJOR 0
14
#define XTENSOR_PYTHON_VERSION_MINOR 25
15
-#define XTENSOR_PYTHON_VERSION_PATCH 1
+#define XTENSOR_PYTHON_VERSION_PATCH 2
16
17
#endif
0 commit comments