From df9ce4acca00673734f01b1d4249040fb9bb6152 Mon Sep 17 00:00:00 2001 From: martinjrobins Date: Sat, 30 Nov 2024 09:35:04 +0000 Subject: [PATCH] version 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c500a2a..ae1c244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diffsol" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "A library for solving ordinary differential equations (ODEs) in Rust." license = "MIT"