From ecaadb88f47a51784fbb4c34f491101bd9d95e4e Mon Sep 17 00:00:00 2001 From: Wassim Kabalan Date: Mon, 9 Dec 2024 09:54:41 +0100 Subject: [PATCH] bumping version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7f039e..6e3d6fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["scikit-build-core>=0.4.0", "pybind11>=2.9.0"] build-backend = "scikit_build_core.build" [project] name = "jaxdecomp" -version = "0.2.1" +version = "0.2.2" description = "JAX bindings for the cuDecomp library" authors = [ { name = "Wassim Kabalan" },