Skip to content

Commit 9a4f082

Browse files
github-actions[bot]rushilpatel0
authored andcommitted
chore: bump version to 0.0.19 (anthropics#105)
This PR updates the version to 0.0.19 after publishing to PyPI. ## Changes - Updated version in `pyproject.toml` - Updated version in `src/claude_code_sdk/__init__.py` ## Release Information - Published to PyPI: https://pypi.org/project/claude-code-sdk/0.0.19/ - Install with: `pip install claude-code-sdk==0.0.19` 🤖 Generated by GitHub Actions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Rushil Patel <rpatel@codegen.com>
1 parent 590ea7a commit 9a4f082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "claude-code-sdk"
7-
version = "0.0.18"
7+
version = "0.0.19"
88
description = "Python SDK for Claude Code"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/claude_code_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
UserMessage,
2929
)
3030

31-
__version__ = "0.0.18"
31+
__version__ = "0.0.19"
3232

3333
__all__ = [
3434
# Main exports

0 commit comments

Comments
 (0)