From 41555a1201db895483b18796b110b8087b29f2e0 Mon Sep 17 00:00:00 2001 From: Orion Yeung <11580988+orionyeung001@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:03:11 -0500 Subject: [PATCH] chore: Release statrs version 0.17.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94277e09..9823299f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "statrs" -version = "0.17.0" +version = "0.17.1" authors = ["Michael Ma"] description = "Statistical computing library for Rust" license = "MIT"