Skip to content

Commit 4a0f287

Browse files
committed
Release 0.10.0
1 parent d2f58ad commit 4a0f287

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,9 @@ conda install -c conda-forge xtensor-python
3131
| `xtensor-python` | `xtensor` | `pybind11` |
3232
|-------------------|------------|-------------|
3333
| master | ^0.9.0 | ^2.1.0 |
34-
| 0.9.4 | ^0.8.1 | ^2.1.0 |
35-
| 0.9.3 | ^0.8.1 | ^2.1.0 |
36-
| 0.9.2 | ^0.8.1 | ^2.1.0 |
37-
| 0.9.1 | ^0.8.1 | ^2.1.0 |
38-
| 0.9.0 | ^0.8.1 | ^2.1.0 |
39-
| 0.8.2 | ^0.8.1 | ^2.1.0 |
40-
| 0.8.1 | ^0.8.1 | ^2.1.0 |
41-
| 0.8.0 | ^0.8.1 | ^2.1.0 |
34+
| 0.10.x | ^0.9.0 | ^2.1.0 |
35+
| 0.9.x | ^0.8.1 | ^2.1.0 |
36+
| 0.8.x | ^0.8.1 | ^2.1.0 |
4237

4338
These dependencies are automatically resolved when using the conda package manager.
4439

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 9
14-
#define XTENSOR_PYTHON_VERSION_PATCH 4
13+
#define XTENSOR_PYTHON_VERSION_MINOR 10
14+
#define XTENSOR_PYTHON_VERSION_PATCH 0
1515

1616
#endif

0 commit comments

Comments
 (0)