File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,8 @@ from the `docs` subdirectory.
195
195
196
196
| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
197
197
| ------------------| -----------| ------------------|
198
- | master | ^0.16.0 | ~ 2.2.1 |
198
+ | master | ^0.17.0 | ~ 2.2.1 |
199
+ | 0.20.x | ^0.17.0 | ~ 2.2.1 |
199
200
| 0.19.x | ^0.16.0 | ~ 2.2.1 |
200
201
| 0.18.x | ^0.16.0 | ~ 2.1.0 or ~ 2.2.1 |
201
202
| 0.17.x | ^0.15.1 | ~ 2.1.0 or ~ 2.2.1 |
Original file line number Diff line number Diff line change 10
10
#define XTENSOR_PYTHON_CONFIG_HPP
11
11
12
12
#define XTENSOR_PYTHON_VERSION_MAJOR 0
13
- #define XTENSOR_PYTHON_VERSION_MINOR 19
14
- #define XTENSOR_PYTHON_VERSION_PATCH 1
13
+ #define XTENSOR_PYTHON_VERSION_MINOR 20
14
+ #define XTENSOR_PYTHON_VERSION_PATCH 0
15
15
16
16
#endif
You can’t perform that action at this time.
0 commit comments