Skip to content

Commit 303bb5b

Browse files
committed
Release 0.19.1
1 parent f072d1f commit 303bb5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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.23.3 |
68+
| 0.19.1 | ^0.23.3 |
6869
| 0.19.0 | ^0.23.0 |
6970
| 0.18.0 | ^0.22.0 |
7071
| 0.17.2 | ^0.21.4 |

include/xtensor-blas/xblas_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define XTENSOR_BLAS_VERSION_MAJOR 0
1414
#define XTENSOR_BLAS_VERSION_MINOR 19
15-
#define XTENSOR_BLAS_VERSION_PATCH 0
15+
#define XTENSOR_BLAS_VERSION_PATCH 1
1616

1717
#ifndef XTENSOR_USE_FLENS_BLAS
1818
#define HAVE_CBLAS 1

0 commit comments

Comments
 (0)