Skip to content

Commit cfa68cb

Browse files
committed
Release 0.25.1
1 parent 2dba9d1 commit cfa68cb

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.23.0 | ~2.4.3 |
199+
| 0.25.1 | ^0.23.0 | ~2.4.3 |
199200
| 0.25.0 | ^0.23.0 | ~2.4.3 |
200201
| 0.24.1 | ^0.21.2 | ~2.4.3 |
201202
| 0.24.0 | ^0.21.1 | ~2.4.3 |

include/xtensor-python/xtensor_python_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
#define XTENSOR_PYTHON_VERSION_MAJOR 0
1414
#define XTENSOR_PYTHON_VERSION_MINOR 25
15-
#define XTENSOR_PYTHON_VERSION_PATCH 0
15+
#define XTENSOR_PYTHON_VERSION_PATCH 1
1616

1717
#endif

0 commit comments

Comments
 (0)