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 2dba9d1 commit cfa68cbCopy full SHA for cfa68cb
README.md
@@ -196,6 +196,7 @@ from the `docs` subdirectory.
196
| `xtensor-python` | `xtensor` | `pybind11` |
197
|------------------|-----------|------------------|
198
| master | ^0.23.0 | ~2.4.3 |
199
+| 0.25.1 | ^0.23.0 | ~2.4.3 |
200
| 0.25.0 | ^0.23.0 | ~2.4.3 |
201
| 0.24.1 | ^0.21.2 | ~2.4.3 |
202
| 0.24.0 | ^0.21.1 | ~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 0
+#define XTENSOR_PYTHON_VERSION_PATCH 1
16
17
#endif
0 commit comments