diff --git a/pyproject.toml b/pyproject.toml index 75a07d2..a85ad73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "claude-code-sdk" -version = "0.0.10" +version = "0.0.13" 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 4f780f5..8b7c41e 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.10" +__version__ = "0.0.13" __all__ = [ # Main function