Skip to content

Commit 0a8a00b

Browse files
committed
Release 0.23.1
1 parent ca61498 commit 0a8a00b

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
@@ -196,6 +196,7 @@ from the `docs` subdirectory.
196196
| `xtensor-python` | `xtensor` | `pybind11` |
197197
|------------------|-----------|------------------|
198198
| master | ^0.20.6 | ~2.2.1 |
199+
| 0.23.1 | ^0.20.6 | ~2.2.1 |
199200
| 0.23.0 | ^0.20.4 | ~2.2.1 |
200201
| 0.22.x | ^0.19.0 | ~2.2.1 |
201202
| 0.21.x | ^0.18.0 | ~2.2.1 |

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 23
14-
#define XTENSOR_PYTHON_VERSION_PATCH 0
14+
#define XTENSOR_PYTHON_VERSION_PATCH 1
1515

1616
#endif

0 commit comments

Comments
 (0)