chore: release v0.1.18

This commit is contained in:
github-actions[bot] 2025-12-18 00:42:58 +00:00
parent 91e65b1927
commit 0825b06409
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "claude-agent-sdk"
version = "0.1.17"
version = "0.1.18"
description = "Python SDK for Claude Code"
readme = "README.md"
requires-python = ">=3.10"

View file

@ -1,3 +1,3 @@
"""Version information for claude-agent-sdk."""
__version__ = "0.1.17"
__version__ = "0.1.18"