Skip to content

Commit dab1552

Browse files
committed
chore: Bump version to 0.1.1 in __init__.py, pyproject.toml, and uv.lock
1 parent fb36d8e commit dab1552

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

genai_processors_pydantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
from .validator import PydanticValidator, ValidationConfig
1010

11-
__version__ = "0.1.0"
11+
__version__ = "0.1.1"
1212
__all__ = ["PydanticValidator", "ValidationConfig"]

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 = "genai-processors-pydantic"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A Pydantic validator processor for Google's genai-processors framework"
99
authors = [
1010
{name = "Mark Beacom", email = "[email protected]"},

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)