We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb1197 commit a977e76Copy full SHA for a977e76
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.1 | 0.7.1 | ^2.0.0 |
34
| 0.6.0 | 0.7.1 | ^2.0.0 |
35
| 0.5.0 | 0.5.0 | ^2.0.0 |
36
| 0.4.0 | 0.5.0 | ^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 6
14
-#define XTENSOR_PYTHON_VERSION_PATCH 0
+#define XTENSOR_PYTHON_VERSION_PATCH 1
15
16
#endif
0 commit comments