Skip to content

Commit 392215f

Browse files
author
Raphael Mitsch
committed
chore: Bump version.
1 parent 12c9d73 commit 392215f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.CFF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors:
1515
- family-names: "Maufe"
1616
given-names: "Matthew"
1717
title: "Sieves"
18-
version: 1.0.0
18+
version: 1.0.1
1919
doi: 10.5281/zenodo.17342348
20-
date-released: 2026-02-07
20+
date-released: 2026-02-16
2121
url: "https://github.com/MantisAI/sieves"

sieves/serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_version() -> str:
7979
8080
:return str: Version string from setup.cfg metadata.
8181
"""
82-
return "1.0.0"
82+
return "1.0.1"
8383

8484
version: str = get_version()
8585
cls_name: str

0 commit comments

Comments
 (0)