From a72c7075b92ca0a943ab87a2100dd6fc3ee4aee6 Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Thu, 25 Jul 2024 21:32:01 +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 df625b3..f03571b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stochastic-rs" -version = "0.5.6" +version = "0.6.0" edition = "2021" license = "MIT" description = "A Rust library for stochastic processes"