From 07195def117f12bd2a02af038e41a29630e0143d Mon Sep 17 00:00:00 2001 From: SamDuffield <34280297+SamDuffield@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:55:13 +0100 Subject: [PATCH] Version bump (#40) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b4c737..8fc1d9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thermox" -version = "0.0.2" +version = "0.0.3" description = "Exact OU processes with JAX" readme = "README.md" requires-python =">=3.9"