From 21b9ca894fa3bbd46e9abe7d8bb8b5c64b4048bb Mon Sep 17 00:00:00 2001 From: Zack3D Date: Wed, 24 Sep 2025 02:03:26 -0700 Subject: [PATCH] ver inc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a539994..7e0d861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "medicallib_rust" -version = "0.1.1" +version = "0.2.0" edition = "2021" description = "MedicalSim core library rewrite in Rust: basic clinical calculations and types." authors = ["MedicalSim Team"]