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 264c366 commit 3ebbcc4Copy full SHA for 3ebbcc4
README.md
@@ -196,6 +196,7 @@ from the `docs` subdirectory.
196
| `xtensor-python` | `xtensor` | `pybind11` |
197
|------------------|-----------|------------------|
198
| master | ^0.18.0 | ~2.2.1 |
199
+| 0.21.x | ^0.18.0 | ~2.2.1 |
200
| 0.20.x | ^0.17.0 | ~2.2.1 |
201
| 0.19.x | ^0.16.0 | ~2.2.1 |
202
| 0.18.x | ^0.16.0 | ~2.1.0 or ~2.2.1 |
include/xtensor-python/xtensor_python_config.hpp
@@ -10,7 +10,7 @@
10
#define XTENSOR_PYTHON_CONFIG_HPP
11
12
#define XTENSOR_PYTHON_VERSION_MAJOR 0
13
-#define XTENSOR_PYTHON_VERSION_MINOR 20
14
-#define XTENSOR_PYTHON_VERSION_PATCH 1
+#define XTENSOR_PYTHON_VERSION_MINOR 21
+#define XTENSOR_PYTHON_VERSION_PATCH 0
15
16
#endif
0 commit comments