Skip to content

Commit 3ff4829

Browse files
committed
Release 0.9.0
1 parent dd79572 commit 3ff4829

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,12 @@ conda install -c conda-forge xtensor-python
3131
| `xtensor-python` | `xtensor` | `pybind11` |
3232
|-------------------|------------|-------------|
3333
| master | ^0.8.1 | ^2.1.0 |
34+
| 0.9.0 | ^0.8.1 | ^2.1.0 |
3435
| 0.8.2 | ^0.8.1 | ^2.1.0 |
3536
| 0.8.1 | ^0.8.1 | ^2.1.0 |
3637
| 0.8.0 | ^0.8.1 | ^2.1.0 |
3738
| 0.7.1 | 0.7.3 | ^2.0.0 |
3839
| 0.7.0 | 0.7.2 | ^2.0.0 |
39-
| 0.6.1 | 0.7.1 | ^2.0.0 |
40-
| 0.6.0 | 0.7.1 | ^2.0.0 |
41-
| 0.5.0 | 0.5.0 | ^2.0.0 |
42-
| 0.4.0 | 0.5.0 | ^2.0.0 |
43-
| 0.3.0 | ^0.4.1 | ^2.0.0 |
44-
| 0.2.0 | ^0.2.1 | ^1.8.1 |
45-
| 0.1.0 | ^0.1.1 | ^1.8.1 |
4640

4741
These dependencies are automatically resolved when using the conda package manager.
4842

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

1616
#endif

0 commit comments

Comments
 (0)