From 91e02f1a0a73d0beb278784a2652afe67a454973 Mon Sep 17 00:00:00 2001 From: Lina Tawfik Date: Fri, 27 Jun 2025 18:21:23 -0700 Subject: [PATCH] chore: bump version to 0.0.13 - Updated version in pyproject.toml - Updated version in src/claude_code_sdk/__init__.py This version has been published to PyPI. --- 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 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