Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
troublescooter committed Jun 30, 2021
1 parent 042e5f5 commit 3395938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -33,7 +33,7 @@ Add the most recent release to your `Cargo.toml`

```Rust
[dependencies]
statrs = "0.14"
statrs = "0.15"
```
## Examples

Expand Down

0 comments on commit 3395938

Please # to comment.