We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07df129 commit 6f3b761Copy full SHA for 6f3b761
README.md
@@ -31,6 +31,7 @@ conda install -c conda-forge xtensor-python
31
| `xtensor-python` | `xtensor` | `pybind11` |
32
|-------------------|------------|-------------|
33
| master | 0.7.3 | ^2.0.0 |
34
+| 0.7.1 | 0.7.3 | ^2.0.0 |
35
| 0.7.0 | 0.7.2 | ^2.0.0 |
36
| 0.6.1 | 0.7.1 | ^2.0.0 |
37
| 0.6.0 | 0.7.1 | ^2.0.0 |
include/xtensor-python/xtensor_python_config.hpp
@@ -11,6 +11,6 @@
11
12
#define XTENSOR_PYTHON_VERSION_MAJOR 0
13
#define XTENSOR_PYTHON_VERSION_MINOR 7
14
-#define XTENSOR_PYTHON_VERSION_PATCH 0
+#define XTENSOR_PYTHON_VERSION_PATCH 1
15
16
#endif
0 commit comments