Skip to content

Commit 2366f9b

Browse files
authored
Merge pull request #1236 from fastmachinelearning/fix-year
Fix year/version in `README` and `CITATION.cff`
2 parents eeb47f7 + 77f2211 commit 2366f9b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CITATION.cff

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ type: software
44
authors:
55
- given-names: "FastML Team"
66
title: "hls4ml"
7-
version: "v1.0.0"
7+
version: "v1.1.0"
8+
date-released: "2025-03-17"
89
doi: 10.5281/zenodo.1201549
910
repository-code: "https://github.com/fastmachinelearning/hls4ml"
1011
url: "https://fastmachinelearning.org/hls4ml"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If you use this software in a publication, please cite the software
7373
@software{fastml_hls4ml,
7474
author = {{FastML Team}},
7575
title = {fastmachinelearning/hls4ml},
76-
year = 2024,
76+
year = 2025,
7777
publisher = {Zenodo},
7878
version = {v1.1.0},
7979
doi = {10.5281/zenodo.1201549},

0 commit comments

Comments
 (0)