Merge pull request #48 from anthropics/release/v0.0.13-verified
Some checks failed
Lint / lint (push) Has been cancelled
Test / test (3.10) (push) Has been cancelled
Test / test (3.11) (push) Has been cancelled
Test / test (3.12) (push) Has been cancelled
Test / test (3.13) (push) Has been cancelled

chore: bump version to 0.0.13
This commit is contained in:
Lina Tawfik 2025-06-28 20:39:20 -07:00 committed by GitHub
commit 9376957c2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "claude-code-sdk" name = "claude-code-sdk"
version = "0.0.10" version = "0.0.13"
description = "Python SDK for Claude Code" description = "Python SDK for Claude Code"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"

View file

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