From 4fd6ba070a4da12735c03f25dd33649dc6a34a9f Mon Sep 17 00:00:00 2001 From: Floris-Jan Willemsen Date: Fri, 31 May 2024 12:16:02 +0200 Subject: [PATCH] Updated pyproject.toml for version 1.0.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ae70d1..38a177b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,9 @@ requires = ["flit_core >=3.8.0,<4"] [project] # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#declaring-project-metadata name = "autotuning_methodology" -version = "1.0.0b5" +version = "1.0.0" authors = [{ name = "Floris-Jan Willemsen", email = "fjwillemsen97@gmail.com" }] -description = "Software package easing implementation of the guidelines of the 2024 paper 'A Methodology for Comparing Auto-Tuning Optimization Algorithms'." +description = "Software package easing implementation of the guidelines of the 2024 paper 'A Methodology for Comparing Auto-Tuning Optimization Algorithms' (https://doi.org/10.1016/j.future.2024.05.021). The DOI of this software is https://doi.org/10.5281/zenodo.11243974." keywords = ["autotuning", "auto-tuning", "methodology", "scientific"] readme = "README.md" license = { file = "LICENSE" }