Skip to content

Commit 40f2d76

Browse files
committed
Release 0.8.2
1 parent bf756f7 commit 40f2d76

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ conda install -c conda-forge xtensor-python
3030

3131
| `xtensor-python` | `xtensor` | `pybind11` |
3232
|-------------------|------------|-------------|
33-
| master | 0.8.1 | ^2.1.0 |
34-
| 0.8.0 | 0.8.1 | ^2.1.0 |
33+
| master | ^0.8.1 | ^2.1.0 |
34+
| 0.8.2 | ^0.8.1 | ^2.1.0 |
35+
| 0.8.1 | ^0.8.1 | ^2.1.0 |
36+
| 0.8.0 | ^0.8.1 | ^2.1.0 |
3537
| 0.7.1 | 0.7.3 | ^2.0.0 |
3638
| 0.7.0 | 0.7.2 | ^2.0.0 |
3739
| 0.6.1 | 0.7.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
@@ -11,6 +11,6 @@
1111

1212
#define XTENSOR_PYTHON_VERSION_MAJOR 0
1313
#define XTENSOR_PYTHON_VERSION_MINOR 8
14-
#define XTENSOR_PYTHON_VERSION_PATCH 1
14+
#define XTENSOR_PYTHON_VERSION_PATCH 2
1515

1616
#endif

0 commit comments

Comments
 (0)