Skip to content

Commit 9d4659c

Browse files
chore: bump version to 0.1.0 (#191)
This PR updates the version to 0.1.0 after publishing to PyPI. ## Changes - Updated version in `pyproject.toml` - Updated version in `src/claude_agent_sdk/_version.py` ## Release Information - Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.0/ - Install with: `pip install claude-agent-sdk==0.1.0` 🤖 Generated by GitHub Actions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4b9cfc7 commit 9d4659c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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-agent-sdk"
7-
version = "0.0.23"
7+
version = "0.1.0"
88
description = "Python SDK for Claude Code"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/claude_agent_sdk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for claude-agent-sdk."""
22

3-
__version__ = "0.0.23"
3+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)