Skip to content

Commit d2b920b

Browse files
committed
Removed version-specific information from CFF
1 parent 97fc3d2 commit d2b920b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CITATION.cff

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ keywords:
2929
- Performance Metrics
3030
- Performance Optimization
3131
license: MIT
32-
commit: 1c096e7ceabed2ffed53838a052c7188ac93124d
33-
version: 1.0.0b3
34-
date-released: "2024-05-17"
3532
preferred-citation:
3633
type: article
3734
title: A Methodology for Comparing Optimization Algorithms for Auto-Tuning

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.0b3"
7+
version = "1.0.0b4"
88
authors = [{ name = "Floris-Jan Willemsen", email = "[email protected]" }]
99
description = "Software package easing implementation of the guidelines of the 2024 paper 'A Methodology for Comparing Auto-Tuning Optimization Algorithms'."
1010
keywords = ["autotuning", "auto-tuning", "methodology", "scientific"]

0 commit comments

Comments
 (0)