chore: release v0.1.13

This commit is contained in:
github-actions[bot] 2025-12-05 19:00:19 +00:00
parent 1b3e35d14e
commit beddd115c5
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.12"
version = "0.1.13"
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.12"
__version__ = "0.1.13"