From 033e8be534b00abafb90101a77a0d554526fd673 Mon Sep 17 00:00:00 2001 From: martinjrobins Date: Tue, 22 Oct 2024 16:52:11 +0000 Subject: [PATCH] version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be3bec0..b5a6675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diffsol" -version = "0.2.1" +version = "0.3.0" edition = "2021" description = "A library for solving ordinary differential equations (ODEs) in Rust." license = "MIT"