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