From e19d52ca5b12bfcefd3712d746cfab8bdf46db1b Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Fri, 4 Oct 2024 22:52:36 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8c48b4..e299973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ - [package] name = "stochastic-rs" -version = "0.9.1" +version = "0.9.2" edition = "2021" license = "MIT" description = "A Rust library for quant finance and simulating stochastic processes." @@ -17,7 +16,6 @@ keywords = [ "statistics", ] - [dependencies] anyhow = "1.0.89" approx = "0.5.1"