From 4b17d9e4cdc0b4e107c0b735b237581915158599 Mon Sep 17 00:00:00 2001 From: Jean-Luc Duprat Date: Fri, 15 May 2026 10:52:31 -0700 Subject: [PATCH] Bump version to 0.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 024e7a5..22764b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tensor-layouts" -version = "0.3.1" +version = "0.3.2" description = "Pure-Python GPU layout algebra for NVIDIA and AMD tensor core access patterns — no GPU required" readme = "README.md" license = "MIT"