Skip to content

Commit d554aae

Browse files
author
Raphael Mitsch
committed
chore: Bump pins.
1 parent b5f985e commit d554aae

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.3
18+
version: 1.0.4
1919
doi: 10.5281/zenodo.18664061
20-
date-released: 2026-05-01
20+
date-released: 2026-05-11
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.3"
82+
return "1.0.4"
8383

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

0 commit comments

Comments
 (0)