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