File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -195,8 +195,9 @@ from the `docs` subdirectory.
195
195
196
196
| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
197
197
| ------------------| -----------| ------------------|
198
- | master | ^0.20.10 | ~ 2.4.2 |
199
- | 0.23.2 | ^0.20.10 | ~ 2.4.4 |
198
+ | master | ^0.21.1 | ~ 2.4.3 |
199
+ | 0.24.0 | ^0.21.1 | ~ 2.4.3 |
200
+ | 0.23.2 | ^0.20.10 | ~ 2.4.3 |
200
201
| 0.23.1 | ^0.20.6 | ~ 2.2.1 |
201
202
| 0.23.0 | ^0.20.4 | ~ 2.2.1 |
202
203
| 0.22.x | ^0.19.0 | ~ 2.2.1 |
Original file line number Diff line number Diff line change 11
11
#define XTENSOR_PYTHON_CONFIG_HPP
12
12
13
13
#define XTENSOR_PYTHON_VERSION_MAJOR 0
14
- #define XTENSOR_PYTHON_VERSION_MINOR 23
15
- #define XTENSOR_PYTHON_VERSION_PATCH 2
14
+ #define XTENSOR_PYTHON_VERSION_MINOR 24
15
+ #define XTENSOR_PYTHON_VERSION_PATCH 0
16
16
17
17
#endif
You can’t perform that action at this time.
0 commit comments