From 40c9b6ae0257dcdd873fec2a7c25ae02854bc411 Mon Sep 17 00:00:00 2001 From: nicola-bastianello Date: Fri, 4 Sep 2026 15:41:25 +0200 Subject: [PATCH] meta: bump to 0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bc4536..fd0d9fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "decent-array" -version = "0.2.1" +version = "0.2.2" authors = [{name = "Simon Granström"}, {name = "Nicola Bastianello"}] maintainers = [{name = "Team Decent"}] description = "A library of array operations and linear algebra primitives for interoperability across ML frameworks."