diff --git a/Cargo.toml b/Cargo.toml index 8a2950a4..bbf26f7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "statrs" -version = "0.13.0" +version = "0.15.0" authors = ["Michael Ma"] description = "Statistical computing library for Rust" license = "MIT" diff --git a/README.md b/README.md index 245ab049..ea5755a3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Crates.io](https://img.shields.io/crates/v/statrs.svg?maxAge=2592000)](https://crates.io/crates/statrs) -## Current Version: v0.14.0 +## Current Version: v0.15.0 Should work for both nightly and stable Rust. @@ -33,7 +33,7 @@ Add the most recent release to your `Cargo.toml` ```Rust [dependencies] -statrs = "0.14" +statrs = "0.15" ``` ## Examples