From 5d1d563f1720cb84182b0504627ef7239f6540b5 Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Sun, 6 Oct 2024 21:43:21 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad756cc..f5b173e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stochastic-rs" -version = "0.9.3" +version = "0.10.0" edition = "2021" license = "MIT" description = "A Rust library for quant finance and simulating stochastic processes."