Skip to content

Commit 8b1a723

Browse files
committed
Update version to 0.10.8 in pyproject.toml and __init__.py to reflect the latest release.
1 parent a20e8ce commit 8b1a723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chromhandler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ def __getattr__(name: str) -> Handler:
5555

5656
__all__ = ["Handler", "ChromAnalyzer", "Molecule", "Protein", "to_enzymeml"]
5757

58-
__version__ = "0.10.7"
58+
__version__ = "0.10.8"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = { text = "MIT" }
1515
name = "chromhandler"
1616
readme = "README.md"
1717
requires-python = ">=3.11,<3.14"
18-
version = "0.10.7"
18+
version = "0.10.8"
1919

2020
[build-system]
2121
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)