From 6ef35a61e1ef84809003a2acf48aa231cd53b0fd Mon Sep 17 00:00:00 2001 From: Arvin Kushwaha Date: Wed, 5 Jun 2024 15:03:40 +0200 Subject: [PATCH] Added next version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdc8513..0540384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jaximal" -version = "0.1.0" +version = "0.1.1" description = "A JAX-based PyTree manipulation library " authors = [ { name = "Arvin Kushwaha", email = "arvin.singh.kushwaha@gmail.com" }