Skip to content

Commit 20b2a50

Browse files
committed
Release 0.13.0
1 parent f1a52b1 commit 20b2a50

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ from the `docs` subdirectory.
190190
| `xtensor-python` | `xtensor` | `pybind11` |
191191
|-------------------|------------|-------------|
192192
| master | ^0.11.0 | ^2.1.0 |
193+
| 0.13.x | ^0.11.0 | ^2.1.0 |
193194
| 0.12.x | ^0.10.2 | 2.1.\* |
194195
| 0.11.x | ^0.10.0 | 2.1.\* |
195196
| 0.10.x | ^0.9.0 | 2.1.\* |

include/xtensor-python/xtensor_python_config.hpp

Lines changed: 2 additions & 2 deletions
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 12
14-
#define XTENSOR_PYTHON_VERSION_PATCH 4
13+
#define XTENSOR_PYTHON_VERSION_MINOR 13
14+
#define XTENSOR_PYTHON_VERSION_PATCH 0
1515

1616
#endif

0 commit comments

Comments
 (0)