Skip to content

Commit 5a97a7b

Browse files
committed
Release v0.1.3
1 parent d3d03f3 commit 5a97a7b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
300300
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float64-reim.svg
301301
[npm-url]: https://npmjs.org/package/@stdlib/complex-float64-reim
302302
303-
[test-image]: https://github.com/stdlib-js/complex-float64-reim/actions/workflows/test.yml/badge.svg?branch=main
304-
[test-url]: https://github.com/stdlib-js/complex-float64-reim/actions/workflows/test.yml?query=branch:main
303+
[test-image]: https://github.com/stdlib-js/complex-float64-reim/actions/workflows/test.yml/badge.svg?branch=v0.1.3
304+
[test-url]: https://github.com/stdlib-js/complex-float64-reim/actions/workflows/test.yml?query=branch:v0.1.3
305305
306306
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float64-reim/main.svg
307-
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float64-reim?branch=main
307+
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float64-reim?branch=v0.1.3
308308
309309
<!--
310310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/complex-float64-reim",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Return the real and imaginary components of a double-precision complex floating-point number.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)