From 8b26e8fc29da55b3fb9abae223da208f38bd4463 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Fri, 11 Nov 2022 01:18:14 +0000 Subject: [PATCH] Release v0.0.1 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b278111..793ccca 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,8 @@ Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/constants-float64-high-word-sign-mask.svg [npm-url]: https://npmjs.org/package/@stdlib/constants-float64-high-word-sign-mask -[test-image]: https://github.com/stdlib-js/constants-float64-high-word-sign-mask/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/constants-float64-high-word-sign-mask/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/constants-float64-high-word-sign-mask/actions/workflows/test.yml/badge.svg?branch=v0.0.1 +[test-url]: https://github.com/stdlib-js/constants-float64-high-word-sign-mask/actions/workflows/test.yml?query=branch:v0.0.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-float64-high-word-sign-mask/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/constants-float64-high-word-sign-mask?branch=main diff --git a/package.json b/package.json index 0e2da36..1c34a8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/constants-float64-high-word-sign-mask", - "version": "0.0.0", + "version": "0.0.1", "description": "High word mask for the sign bit of a double-precision floating-point number.", "license": "Apache-2.0", "author": {