From 967989fa4715a54cae9e01e6c567fc9e3b65739d Mon Sep 17 00:00:00 2001 From: Orion Yeung <11580988+orionyeung001@users.noreply.github.com> Date: Thu, 30 May 2024 12:34:27 -0500 Subject: [PATCH] release: 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bd5c687..4c99ae1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "statrs" -version = "0.16.0" +version = "0.17.0" authors = ["Michael Ma"] description = "Statistical computing library for Rust" license = "MIT"