From b92e1f7ece45cfd094d2ca653ec11e1b65945892 Mon Sep 17 00:00:00 2001 From: martinjrobins Date: Wed, 29 Jan 2025 22:36:36 +0000 Subject: [PATCH] version 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6fc58f..322ffce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diffsl" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "A compiler for a domain-specific language for ordinary differential equations (ODE)." license-file = "LICENSE.txt"