From 79a0edc0d0ac1ebde6a70986cacdb3aed0d24220 Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Fri, 16 Feb 2024 17:26:00 +0100 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60631bd..460b16f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stochastic-rs" -version = "0.3.6" +version = "0.3.7" edition = "2021" license = "MIT" description = "A Rust library for stochastic processes"