Merge pull request #65 from anthropics/chore/bump-version-0.0.14-signed
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.14
This commit is contained in:
Lina Tawfik 2025-07-01 20:40:21 -07:00 committed by GitHub
commit de27b6bf89
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]
name = "claude-code-sdk"
version = "0.0.13"
version = "0.0.14"
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.13"
__version__ = "0.0.14"
__all__ = [
# Main function