We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3c20bd + 91e02f1 commit 9376957Copy full SHA for 9376957
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "claude-code-sdk"
7
-version = "0.0.10"
+version = "0.0.13"
8
description = "Python SDK for Claude Code"
9
readme = "README.md"
10
requires-python = ">=3.10"
src/claude_code_sdk/__init__.py
@@ -26,7 +26,7 @@
26
UserMessage,
27
)
28
29
-__version__ = "0.0.10"
+__version__ = "0.0.13"
30
31
__all__ = [
32
# Main function
0 commit comments