chore: release v0.1.15

This commit is contained in:
github-actions[bot] 2025-12-11 16:44:03 +00:00
parent 53482d8955
commit 2e9a461dc3
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.14"
version = "0.1.15"
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.14"
__version__ = "0.1.15"