mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-07-07 14:45:00 +00:00
Merge pull request #48 from anthropics/release/v0.0.13-verified
chore: bump version to 0.0.13
This commit is contained in:
commit
9376957c2e
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -26,7 +26,7 @@ from .types import (
|
||||||
UserMessage,
|
UserMessage,
|
||||||
)
|
)
|
||||||
|
|
||||||
__version__ = "0.0.10"
|
__version__ = "0.0.13"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
# Main function
|
# Main function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue