diff --git a/Cargo.toml b/Cargo.toml index 7bd5c687..4c99ae1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "statrs" -version = "0.16.0" +version = "0.17.0" authors = ["Michael Ma"] description = "Statistical computing library for Rust" license = "MIT" diff --git a/README.md b/README.md index 8b35a01e..4cd36567 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![MIT licensed][license-badge]](./LICENSE.md) [![Crate][crates-badge]][crates-url] [![docs.rs](https://img.shields.io/docsrs/statrs)][docs-url] -[![codecov][codecov-badge]][codecov-url] [actions-test-badge]: https://github.com/statrs-dev/statrs/actions/workflows/test.yml/badge.svg [crates-badge]: https://img.shields.io/crates/v/statrs.svg