From 0de87a2a96fa981740425f4f94c27735d04700f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:02:29 -0700 Subject: [PATCH] chore: bump version to 0.0.18 (#102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR updates the version to 0.0.18 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.18/ - Install with: `pip install claude-code-sdk==0.0.18` 🤖 Generated by GitHub Actions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 a4f7181..5825822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "claude-code-sdk" -version = "0.0.17" +version = "0.0.18" 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 29bb950..4f52a91 100644 --- a/src/claude_code_sdk/__init__.py +++ b/src/claude_code_sdk/__init__.py @@ -24,7 +24,7 @@ from .types import ( UserMessage, ) -__version__ = "0.0.17" +__version__ = "0.0.18" __all__ = [ # Main exports