Skip to content

Commit 702104e

Browse files
committed
Bump version to 0.2.7 in __init__.py and pyproject.toml
1 parent 6c03991 commit 702104e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

citesentry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""citesentry — citation verification tool."""
22

3-
__version__ = "0.2.5"
3+
__version__ = "0.2.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "citesentry"
7-
version = "0.2.5"
7+
version = "0.2.7"
88
description = "Citation verification tool: existence, URL liveness, and content relevance checks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)