Skip to content

Commit 32e1109

Browse files
committed
Release 0.6.0
1 parent b5792e9 commit 32e1109

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ conda install -c conda-forge xtensor-python
3030
| `xtensor-python` | `xtensor` | `pybind11` |
3131
|-------------------|------------|-------------|
3232
| master | 0.7.1 | ^2.0.0 |
33+
| 0.6.0 | 0.7.1 | ^2.0.0 |
3334
| 0.5.0 | 0.5.0 | ^2.0.0 |
3435
| 0.4.0 | 0.5.0 | ^2.0.0 |
3536
| 0.3.0 | ^0.4.1 | ^2.0.0 |

include/xtensor-python/xtensor_python_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define XTENSOR_PYTHON_CONFIG_HPP
1111

1212
#define XTENSOR_PYTHON_VERSION_MAJOR 0
13-
#define XTENSOR_PYTHON_VERSION_MINOR 5
13+
#define XTENSOR_PYTHON_VERSION_MINOR 6
1414
#define XTENSOR_PYTHON_VERSION_PATCH 0
1515

1616
#endif

0 commit comments

Comments
 (0)