From 41255562f176f739e9e44223adf13bbf6a7f0555 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 21 Sep 2023 02:21:49 +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 2cba56f..240ffb6 100644 --- a/README.md +++ b/README.md @@ -216,8 +216,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/slice-base-slice2seq.svg [npm-url]: https://npmjs.org/package/@stdlib/slice-base-slice2seq -[test-image]: https://github.com/stdlib-js/slice-base-slice2seq/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/slice-base-slice2seq/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/slice-base-slice2seq/actions/workflows/test.yml/badge.svg?branch=v0.0.1 +[test-url]: https://github.com/stdlib-js/slice-base-slice2seq/actions/workflows/test.yml?query=branch:v0.0.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-base-slice2seq/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/slice-base-slice2seq?branch=main diff --git a/package.json b/package.json index 26a04d3..8e975d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/slice-base-slice2seq", - "version": "0.0.0", + "version": "0.0.1", "description": "Convert a Slice object to a subsequence string.", "license": "Apache-2.0", "author": {