Skip to content

Commit 3395938

Browse files
bump version
1 parent 042e5f5 commit 3395938

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "statrs"
4-
version = "0.13.0"
4+
version = "0.15.0"
55
authors = ["Michael Ma"]
66
description = "Statistical computing library for Rust"
77
license = "MIT"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md)
66
[![Crates.io](https://img.shields.io/crates/v/statrs.svg?maxAge=2592000)](https://crates.io/crates/statrs)
77

8-
## Current Version: v0.14.0
8+
## Current Version: v0.15.0
99

1010
Should work for both nightly and stable Rust.
1111

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

3434
```Rust
3535
[dependencies]
36-
statrs = "0.14"
36+
statrs = "0.15"
3737
```
3838
## Examples
3939

0 commit comments

Comments
 (0)