chore: bump version to 0.0.14

This commit is contained in:
github-actions[bot] 2025-07-01 06:07:30 +00:00
parent 4af210ee8f
commit 2f0ffe508b
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "claude-code-sdk"
version = "0.0.13"
version = "0.0.14"
description = "Python SDK for Claude Code"
readme = "README.md"
requires-python = ">=3.10"
@ -66,7 +66,7 @@ addopts = [
asyncio_mode = "auto"
[tool.mypy]
python_version = "3.10"
python_version = "0.0.14"
strict = true
warn_return_any = true
warn_unused_configs = true
@ -82,7 +82,7 @@ warn_unreachable = true
strict_equality = true
[tool.ruff]
target-version = "py310"
target-version = "0.0.14"
line-length = 88
[tool.ruff.lint]

View file

@ -26,7 +26,7 @@ from .types import (
UserMessage,
)
__version__ = "0.0.13"
__version__ = "0.0.14"
__all__ = [
# Main function