Skip to content

Commit 048a4e6

Browse files
committed
bump: release 0.9.14
1 parent 584d576 commit 048a4e6

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.9.14 (2025-11-23)
2+
3+
### Refactor
4+
5+
- update cafi mtccindia
6+
17
## v0.9.13 (2025-11-22)
28

39
### Refactor

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Strain Authentication and Identification Methods - saim
22

3-
[![release: 0.9.13](https://img.shields.io/badge/rel-0.9.13-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/saim.git)
3+
[![release: 0.9.14](https://img.shields.io/badge/rel-0.9.14-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/saim.git)
44
[![MIT LICENSE](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square)](https://choosealicense.com/licenses/mit/)
55
[![Documentation Status](https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square)](https://LeibnizDSMZ.github.io/saim/)
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "saim"
3-
version = "0.9.13"
3+
version = "0.9.14"
44
description = """A library for identifying strains."""
55
readme = "README.md"
66
authors = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ attrs==25.4.0 \
2323
# via
2424
# cattrs
2525
# requests-cache
26-
cafi @ git+https://github.com/LeibnizDSMZ/cafi.git@5cd75a7f07062d34875da711eb67038ee8dce0ce
26+
cafi @ git+https://github.com/LeibnizDSMZ/cafi.git@6e6fceea1e7e93571033ce48c5b7516c5306b307
2727
# via saim
2828
cattrs==25.3.0 \
2929
--hash=sha256:1ac88d9e5eda10436c4517e390a4142d88638fe682c436c93db7ce4a277b884a \

src/saim/shared/misc/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
ENCODING: Final[str] = "utf-8"
5-
VERSION: Final[str] = "v0.9.13"
5+
VERSION: Final[str] = "v0.9.14"

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)