Skip to content

Commit

Permalink
Updated pyproject.toml for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen authored May 31, 2024
1 parent a455f12 commit 4fd6ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 4fd6ba0

Please sign in to comment.