From 4ea23030e811470f8f947ded52a94c2e28c184cf Mon Sep 17 00:00:00 2001 From: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:10:46 -0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd144b13..a8656525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "equinox" -version = "0.11.1" +version = "0.11.2" description = "Elegant easy-to-use neural networks in JAX." readme = "README.md" requires-python ="~=3.9"