Skip to content

Commit 82ef480

Browse files
author
Raphael Mitsch
committed
chore: Bump version.
1 parent d450ece commit 82ef480

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.CFF

Lines changed: 1 addition & 1 deletion
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: 0.19.2
18+
version: 0.19.3
1919
doi: 10.5281/zenodo.17342348
2020
date-released: 2025-01-16
2121
url: "https://github.com/MantisAI/sieves"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sieves
3-
version = 0.19.2
3+
version = 0.19.3
44
author = Matthew Upson, Nick Sorros, Raphael Mitsch, Matthew Maufe, Angelo Di Gianvito
55
author_email = hi@mantisnlp.com
66
long_description = file: README.md

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 "0.19.2"
82+
return "0.19.3"
8383

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

0 commit comments

Comments
 (0)