diff --git a/pyproject.toml b/pyproject.toml index a31964a..70a00e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ 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 = "0.1.0b2" +version = "1.0.0b1" authors = [{ name = "Floris-Jan Willemsen", email = "fjwillemsen97@gmail.com" }] description = "Software package easing implementation of the guidelines of the 2023 paper 'A Methodology for Comparing Auto-Tuning Optimization Algorithms'." keywords = ["autotuning", "auto-tuning", "methodology", "scientific"]