chore: release v0.1.16

This commit is contained in:
github-actions[bot] 2025-12-13 00:24:26 +00:00
parent d2b3477a4e
commit a52a6290bf
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.15"
version = "0.1.16"
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.15"
__version__ = "0.1.16"