From 05f0e27ba6abd8331a8b4accd73a8617267196c7 Mon Sep 17 00:00:00 2001 From: nicola-bastianello Date: Thu, 3 Sep 2026 17:27:06 +0200 Subject: [PATCH] meta: add py.typed file --- decent_array/py.typed | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 decent_array/py.typed diff --git a/decent_array/py.typed b/decent_array/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 11ca0ce..0bc4536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "decent-array" -version = "0.2.0" +version = "0.2.1" 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."