Skip to content

Commit 7e132bc

Browse files
committed
Release 0.9.4
1 parent b97a4b1 commit 7e132bc

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
@@ -31,6 +31,7 @@ conda install -c conda-forge xtensor-python
3131
| `xtensor-python` | `xtensor` | `pybind11` |
3232
|-------------------|------------|-------------|
3333
| master | ^0.8.1 | ^2.1.0 |
34+
| 0.9.4 | ^0.8.1 | ^2.1.0 |
3435
| 0.9.3 | ^0.8.1 | ^2.1.0 |
3536
| 0.9.2 | ^0.8.1 | ^2.1.0 |
3637
| 0.9.1 | ^0.8.1 | ^2.1.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 9
14-
#define XTENSOR_PYTHON_VERSION_PATCH 3
14+
#define XTENSOR_PYTHON_VERSION_PATCH 4
1515

1616
#endif

0 commit comments

Comments
 (0)