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.
This commit is contained in:
Lina Tawfik 2025-06-27 18:21:23 -07:00
parent b3c20bd7e3
commit 91e02f1a0a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -26,7 +26,7 @@ from .types import (
UserMessage,
)
__version__ = "0.0.10"
__version__ = "0.0.13"
__all__ = [
# Main function