We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e4d07 commit c5bad63Copy full SHA for c5bad63
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "claude-agent-sdk"
7
-version = "0.1.26"
+version = "0.1.27"
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.26"
+__version__ = "0.1.27"
0 commit comments