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