Skip to content

Commit 5dcbab5

Browse files
committed
Release 0.21.0
1 parent a670216 commit 5dcbab5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ http://xtensor-blas.readthedocs.io/
6565
| `xtensor-blas` | `xtensor` |
6666
|-----------------|-----------|
6767
| master | ^0.25.0 |
68+
| 0.21.0 | ^0.25.0 |
6869
| 0.20.0 | ^0.24.0 |
6970
| 0.19.2 | ^0.23.3 |
7071
| 0.19.1 | ^0.23.3 |

include/xtensor-blas/xblas_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define XBLAS_CONFIG_HPP
1212

1313
#define XTENSOR_BLAS_VERSION_MAJOR 0
14-
#define XTENSOR_BLAS_VERSION_MINOR 20
14+
#define XTENSOR_BLAS_VERSION_MINOR 21
1515
#define XTENSOR_BLAS_VERSION_PATCH 0
1616

1717
#ifndef XTENSOR_USE_FLENS_BLAS

0 commit comments

Comments
 (0)