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.
1 parent d2b3477 commit a52a629Copy full SHA for a52a629
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "claude-agent-sdk"
7
-version = "0.1.15"
+version = "0.1.16"
8
description = "Python SDK for Claude Code"
9
readme = "README.md"
10
requires-python = ">=3.10"
src/claude_agent_sdk/_version.py
@@ -1,3 +1,3 @@
1
"""Version information for claude-agent-sdk."""
2
3
-__version__ = "0.1.15"
+__version__ = "0.1.16"
0 commit comments