Skip to content

Commit 4fd6ba0

Browse files
authored
Updated pyproject.toml for version 1.0.0
1 parent a455f12 commit 4fd6ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ requires = ["flit_core >=3.8.0,<4"]
44

55
[project] # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#declaring-project-metadata
66
name = "autotuning_methodology"
7-
version = "1.0.0b5"
7+
version = "1.0.0"
88
authors = [{ name = "Floris-Jan Willemsen", email = "[email protected]" }]
9-
description = "Software package easing implementation of the guidelines of the 2024 paper 'A Methodology for Comparing Auto-Tuning Optimization Algorithms'."
9+
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."
1010
keywords = ["autotuning", "auto-tuning", "methodology", "scientific"]
1111
readme = "README.md"
1212
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)