chore: release v0.1.17

This commit is contained in:
github-actions[bot] 2025-12-16 00:27:59 +00:00
parent 5752f38834
commit a7b36480b7
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.16"
version = "0.1.17"
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.16"
__version__ = "0.1.17"