Skip to content

Commit 460bb22

Browse files
committed
bump: release 0.9.7
1 parent 51c2b60 commit 460bb22

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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.7 (2025-11-17)
2+
3+
### Refactor
4+
5+
- improve browser request handling and update CiDSrc enum
6+
17
## v0.9.6 (2025-11-17)
28

39
### Fix

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.6](https://img.shields.io/badge/rel-0.9.6-blue.svg?style=flat-square)](https://github.com/LeibnizDSMZ/saim.git)
3+
[![release: 0.9.7](https://img.shields.io/badge/rel-0.9.7-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.6"
3+
version = "0.9.7"
44
description = """A library for identifying strains."""
55
readme = "README.md"
66
authors = [

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.6"
5+
VERSION: Final[str] = "v0.9.7"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)