Skip to content

Commit 38607ce

Browse files
committed
bump: version 0.2.7 → 1.0.0
1 parent d500ec1 commit 38607ce

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

claude_code_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Claude Code Tools - Collection of utilities for Claude Code."""
22

3-
__version__ = "0.2.7"
3+
__version__ = "1.0.0"

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[project]
22
name = "claude-code-tools"
3-
version = "0.2.7"
3+
version = "1.0.0"
44
description = "Collection of tools for working with Claude Code"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"claude-agent-sdk>=0.1.6",
99
"click>=8.0.0",
10+
"commitizen>=4.8.3",
1011
"fire>=0.5.0",
1112
"mcp>=1.13.0",
1213
"pytest>=9.0.1",
@@ -73,7 +74,7 @@ markers = [
7374

7475
[tool.commitizen]
7576
name = "cz_conventional_commits"
76-
version = "0.2.7"
77+
version = "1.0.0"
7778
tag_format = "v$version"
7879
version_files = [
7980
"pyproject.toml:version",

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)