Skip to content

Commit 836a804

Browse files
committed
Release 0.23.0
1 parent 93ce11a commit 836a804

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
@@ -64,7 +64,8 @@ http://xtensor-blas.readthedocs.io/
6464

6565
| `xtensor-blas` | `xtensor` |
6666
|-----------------|-----------|
67-
| master | ^0.26.0 |
67+
| master | ^0.27.0 |
68+
| 0.23.0 | ^0.27.0 |
6869
| 0.22.0 | ^0.26.0 |
6970
| 0.21.0 | ^0.25.0 |
7071
| 0.20.0 | ^0.24.0 |

include/xtensor-blas/xblas_config.hpp

Lines changed: 1 addition & 1 deletion
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 22
14+
#define XTENSOR_BLAS_VERSION_MINOR 23
1515
#define XTENSOR_BLAS_VERSION_PATCH 0
1616

1717
#ifndef XTENSOR_USE_FLENS_BLAS

0 commit comments

Comments
 (0)