Skip to content

Commit 5aef063

Browse files
committed
bump: version 1.0.0 → 1.0.1
1 parent 215d243 commit 5aef063

2 files changed

Lines changed: 3 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__ = "1.0.0"
3+
__version__ = "1.0.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "claude-code-tools"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Collection of tools for working with Claude Code"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -74,7 +74,7 @@ markers = [
7474

7575
[tool.commitizen]
7676
name = "cz_conventional_commits"
77-
version = "1.0.0"
77+
version = "1.0.1"
7878
tag_format = "v$version"
7979
version_files = [
8080
"pyproject.toml:version",

0 commit comments

Comments
 (0)