From d9b7ba600b029a8d0aabf9a3771b21f8fb96c47a Mon Sep 17 00:00:00 2001 From: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com> Date: Wed, 8 May 2024 19:35:05 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d0f3b9..f4e7622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "optimistix" -version = "0.0.6" +version = "0.0.7" description = "Nonlinear optimisation in JAX and Equinox." readme = "README.md" requires-python ="~=3.9"