From 11ae1b5ade538c504872c9375c48c91c8603c7d7 Mon Sep 17 00:00:00 2001 From: Floris-Jan Willemsen Date: Mon, 13 May 2024 16:58:46 +0200 Subject: [PATCH] Changed to new version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]