From 2f0ffe508b9693002b5e2d0ae7610a16df1c49ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Jul 2025 06:07:30 +0000 Subject: [PATCH] chore: bump version to 0.0.14 --- pyproject.toml | 6 +++--- src/claude_code_sdk/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a85ad73..74b2331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "claude-code-sdk" -version = "0.0.13" +version = "0.0.14" description = "Python SDK for Claude Code" readme = "README.md" requires-python = ">=3.10" @@ -66,7 +66,7 @@ addopts = [ asyncio_mode = "auto" [tool.mypy] -python_version = "3.10" +python_version = "0.0.14" strict = true warn_return_any = true warn_unused_configs = true @@ -82,7 +82,7 @@ warn_unreachable = true strict_equality = true [tool.ruff] -target-version = "py310" +target-version = "0.0.14" line-length = 88 [tool.ruff.lint] diff --git a/src/claude_code_sdk/__init__.py b/src/claude_code_sdk/__init__.py index 8b7c41e..b8a1152 100644 --- a/src/claude_code_sdk/__init__.py +++ b/src/claude_code_sdk/__init__.py @@ -26,7 +26,7 @@ from .types import ( UserMessage, ) -__version__ = "0.0.13" +__version__ = "0.0.14" __all__ = [ # Main function