We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215d243 commit 5aef063Copy full SHA for 5aef063
2 files changed
claude_code_tools/__init__.py
@@ -1,3 +1,3 @@
1
"""Claude Code Tools - Collection of utilities for Claude Code."""
2
3
-__version__ = "1.0.0"
+__version__ = "1.0.1"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "claude-code-tools"
-version = "1.0.0"
+version = "1.0.1"
4
description = "Collection of tools for working with Claude Code"
5
readme = "README.md"
6
requires-python = ">=3.11"
@@ -74,7 +74,7 @@ markers = [
74
75
[tool.commitizen]
76
name = "cz_conventional_commits"
77
78
tag_format = "v$version"
79
version_files = [
80
"pyproject.toml:version",
0 commit comments