From fd060406ad9999d6bde3f604a0d33b262188dbbb Mon Sep 17 00:00:00 2001 From: Sam Duffield Date: Wed, 19 Mar 2025 11:58:15 +0000 Subject: [PATCH] Bump to 0.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38bb04d..bffe437 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thermox" -version = "0.0.3" +version = "0.0.4" description = "Exact OU processes with JAX" readme = "README.md" requires-python =">=3.9"