Skip to content

Commit c641ff1

Browse files
committed
bump: version 1.11.1 → 1.11.2
1 parent 0d1f622 commit c641ff1

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.1"
3+
__version__ = "1.11.2"

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.1"
3+
version = "1.11.2"
44
description = "Collection of tools for working with Claude Code"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -89,7 +89,7 @@ markers = [
8989

9090
[tool.commitizen]
9191
name = "cz_conventional_commits"
92-
version = "1.11.1"
92+
version = "1.11.2"
9393
tag_format = "v$version"
9494
version_files = [
9595
"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)