Skip to content

Commit 2ed4d03

Browse files
github-actions[bot]rushilpatel0
authored andcommitted
chore: bump version to 0.0.20 (anthropics#121)
This PR updates the version to 0.0.20 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.20/ - Install with: `pip install claude-code-sdk==0.0.20` 🤖 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 6f4ca74 commit 2ed4d03

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.19"
7+
version = "0.0.20"
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
@@ -29,7 +29,7 @@
2929
UserMessage,
3030
)
3131

32-
__version__ = "0.0.19"
32+
__version__ = "0.0.20"
3333

3434
__all__ = [
3535
# Main exports

0 commit comments

Comments
 (0)