Skip to content

Commit 9376957

Browse files
authored
Merge pull request #48 from anthropics/release/v0.0.13-verified
chore: bump version to 0.0.13
2 parents b3c20bd + 91e02f1 commit 9376957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "claude-code-sdk"
7-
version = "0.0.10"
7+
version = "0.0.13"
88
description = "Python SDK for Claude Code"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/claude_code_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
UserMessage,
2727
)
2828

29-
__version__ = "0.0.10"
29+
__version__ = "0.0.13"
3030

3131
__all__ = [
3232
# Main function

0 commit comments

Comments
 (0)