Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 10, 2023
1 parent c10a383 commit 3c0e8ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-geometric-median.svg
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-geometric-median

[test-image]: https://github.com/stdlib-js/stats-base-dists-geometric-median/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/stats-base-dists-geometric-median/actions/workflows/test.yml?query=branch:main
[test-image]: https://github.com/stdlib-js/stats-base-dists-geometric-median/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/stats-base-dists-geometric-median/actions/workflows/test.yml?query=branch:v0.1.1

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-geometric-median/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-geometric-median?branch=main
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/stats-base-dists-geometric-median",
"version": "0.1.0",
"version": "0.1.1",
"description": "Geometric distribution median.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-special-ceil": "^0.1.0",
"@stdlib/math-base-special-log2": "^0.1.0"
"@stdlib/math-base-special-ceil": "^0.1.1",
"@stdlib/math-base-special-log2": "^0.1.1"
},
"devDependencies": {
"@stdlib/bench": "^0.1.0",
Expand Down

0 comments on commit 3c0e8ae

Please sign in to comment.