From fa44794dfd61ea86833400ed645cde47ec6d4db1 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 2 Aug 2023 21:21:44 +0200 Subject: [PATCH] Fix the project name in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02e510b..147e1bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "mat" +name = "mat2" version = "0.13.4" readme = "README.md" requires-python = ">=3.9"