Skip to content

Commit d703f02

Browse files
committed
bump: version 1.11.0 → 1.11.1
1 parent 547f206 commit d703f02

3 files changed

Lines changed: 4 additions & 4 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.11.0"
3+
__version__ = "1.11.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.11.0"
3+
version = "1.11.1"
44
description = "Collection of tools for working with Claude Code"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -87,7 +87,7 @@ markers = [
8787

8888
[tool.commitizen]
8989
name = "cz_conventional_commits"
90-
version = "1.11.0"
90+
version = "1.11.1"
9191
tag_format = "v$version"
9292
version_files = [
9393
"pyproject.toml:version",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)