Skip to content

Commit 9c10d3c

Browse files
committed
Release 0.7.0
1 parent 996e65c commit 9c10d3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ conda install -c conda-forge xtensor-python
3131
| `xtensor-python` | `xtensor` | `pybind11` |
3232
|-------------------|------------|-------------|
3333
| master | 0.7.2 | ^2.0.0 |
34+
| 0.7.0 | 0.7.2 | ^2.0.0 |
3435
| 0.6.1 | 0.7.1 | ^2.0.0 |
3536
| 0.6.0 | 0.7.1 | ^2.0.0 |
3637
| 0.5.0 | 0.5.0 | ^2.0.0 |

include/xtensor-python/xtensor_python_config.hpp

Lines changed: 2 additions & 2 deletions
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 6
14-
#define XTENSOR_PYTHON_VERSION_PATCH 1
13+
#define XTENSOR_PYTHON_VERSION_MINOR 7
14+
#define XTENSOR_PYTHON_VERSION_PATCH 0
1515

1616
#endif

0 commit comments

Comments
 (0)