From 02335a189b3300e894d8b4fb2595a0b8b20eeffe Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Mon, 8 Dec 2025 13:51:18 -0800 Subject: [PATCH] bump version to 3.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77dc266..8ca639d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyperware_process_lib" authors = ["Sybil Technologies AG"] -version = "3.0.0" +version = "3.0.1" edition = "2021" description = "A library for writing Hyperware processes in Rust." homepage = "https://hyperware.ai"