Skip to content

Commit d2e19bb

Browse files
committed
Release 0.11.0
1 parent 4e81360 commit d2e19bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ from the `docs` subdirectory.
190190

191191
| `xtensor-python` | `xtensor` | `pybind11` |
192192
|-------------------|------------|-------------|
193-
| master | ^0.9.0 | ^2.1.0 |
193+
| master | ^0.10.0 | ^2.1.0 |
194+
| 0.11.x | ^0.10.0 | ^2.1.0 |
194195
| 0.10.x | ^0.9.0 | ^2.1.0 |
195196
| 0.9.x | ^0.8.1 | ^2.1.0 |
196197
| 0.8.x | ^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
@@ -10,7 +10,7 @@
1010
#define XTENSOR_PYTHON_CONFIG_HPP
1111

1212
#define XTENSOR_PYTHON_VERSION_MAJOR 0
13-
#define XTENSOR_PYTHON_VERSION_MINOR 10
13+
#define XTENSOR_PYTHON_VERSION_MINOR 11
1414
#define XTENSOR_PYTHON_VERSION_PATCH 0
1515

1616
#endif

0 commit comments

Comments
 (0)