Skip to content

Commit 34f5364

Browse files
mkassafclaude
andcommitted
Bump version to 0.4.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f7f8227 commit 34f5364

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
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
__version__ = "0.4.0"
5+
__version__ = "0.4.1"
66

77

88
def _make_llm(

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.4.0"
7+
version = "0.4.1"
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)