We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5792e9 commit 32e1109Copy full SHA for 32e1109
README.md
@@ -30,6 +30,7 @@ conda install -c conda-forge xtensor-python
30
| `xtensor-python` | `xtensor` | `pybind11` |
31
|-------------------|------------|-------------|
32
| master | 0.7.1 | ^2.0.0 |
33
+| 0.6.0 | 0.7.1 | ^2.0.0 |
34
| 0.5.0 | 0.5.0 | ^2.0.0 |
35
| 0.4.0 | 0.5.0 | ^2.0.0 |
36
| 0.3.0 | ^0.4.1 | ^2.0.0 |
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 5
+#define XTENSOR_PYTHON_VERSION_MINOR 6
14
#define XTENSOR_PYTHON_VERSION_PATCH 0
15
16
#endif
0 commit comments