From d2b920b2fd22c6e956b4ffd9b086f701f751f706 Mon Sep 17 00:00:00 2001 From: Floris-Jan Willemsen Date: Fri, 17 May 2024 09:16:45 +0200 Subject: [PATCH] Removed version-specific information from CFF --- CITATION.cff | 3 --- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 5a0a5f1..0d8a8cf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -29,9 +29,6 @@ keywords: - Performance Metrics - Performance Optimization license: MIT -commit: 1c096e7ceabed2ffed53838a052c7188ac93124d -version: 1.0.0b3 -date-released: "2024-05-17" preferred-citation: type: article title: A Methodology for Comparing Optimization Algorithms for Auto-Tuning diff --git a/pyproject.toml b/pyproject.toml index 1a26efc..9651c51 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 = "1.0.0b3" +version = "1.0.0b4" 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'." keywords = ["autotuning", "auto-tuning", "methodology", "scientific"]