From 3395938cf5457ec62d9a2b111d21f880324cf6b0 Mon Sep 17 00:00:00 2001 From: dcraven Date: Wed, 30 Jun 2021 19:21:21 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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