From 1d2b47c93fe6ad2187aedec9934a8971eb589a37 Mon Sep 17 00:00:00 2001 From: Ali El Hadi ISMAIL FAWAZ <54309336+hadifawaz1999@users.noreply.github.com> Date: Wed, 30 Apr 2025 16:59:31 +0200 Subject: [PATCH] [MNT] Release `v0.0.3` --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 45a6d1d..5ba1d3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "multi_comp_matrix" -version = "0.0.2" +version = "0.0.3" description = " Multi Comparison Matrix: A long term approach to benchmark evaluations " readme = { file = "README.md", content-type = "text/markdown" } authors = [ @@ -82,4 +82,4 @@ multi_comp_matrix = [ "*.csv", "*.pdf", "*.tex", -] \ No newline at end of file +]