We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2ace5 commit a7c2005Copy full SHA for a7c2005
README.md
@@ -204,7 +204,8 @@ from the `docs` subdirectory.
204
205
| `xtensor-python` | `xtensor` | `pybind11` |
206
|------------------|-----------|------------------|
207
-| master | ^0.24.0 | ~2.4.3 |
+| master | ^0.25.0 | >=2.6.1,<3 |
208
+| 0.27.0 | ^0.25.0 | >=2.6.1,<3 |
209
| 0.26.1 | ^0.24.0 | ~2.4.3 |
210
| 0.26.0 | ^0.24.0 | ~2.4.3 |
211
| 0.25.3 | ^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 26
15
-#define XTENSOR_PYTHON_VERSION_PATCH 1
+#define XTENSOR_PYTHON_VERSION_MINOR 27
+#define XTENSOR_PYTHON_VERSION_PATCH 0
16
17
#endif
0 commit comments