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