From 1c792f155f0545d83a463d7345d10cc16a37748e Mon Sep 17 00:00:00 2001 From: Lina Tawfik Date: Tue, 1 Jul 2025 18:31:56 -0700 Subject: [PATCH] chore: bump version to 0.0.14 This PR updates the version to 0.0.14 after publishing to PyPI. ## Changes - Updated version in `pyproject.toml` - Updated version in `src/claude_code_sdk/__init__.py` ## Release Information - Published to PyPI: https://pypi.org/project/claude-code-sdk/0.0.14/ - Install with: `pip install claude-code-sdk==0.0.14` ## Next Steps After merging this PR, a release tag will be created automatically. Signed-off-by: Lina --- pyproject.toml | 2 +- src/claude_code_sdk/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a85ad73..cb270fb 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" 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