From 8831a777db7223427246bbf20f946e7a3485cb07 Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Sat, 28 Sep 2024 20:39:27 +0200 Subject: [PATCH] chore: bump version --- stochastic-rs-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stochastic-rs-core/Cargo.toml b/stochastic-rs-core/Cargo.toml index d2495ca..a062be5 100644 --- a/stochastic-rs-core/Cargo.toml +++ b/stochastic-rs-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stochastic-rs" -version = "0.8.1" +version = "0.8.2" edition = "2021" license = "MIT" description = "A Rust library for stochastic processes"