We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7551595 commit 147f346Copy full SHA for 147f346
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "dippy"
3
-version = "0.2.6"
+version = "0.2.7"
4
description = "Approval autopilot for Claude Code — stay in the flow by automatically allowing safe commands"
5
readme = "README.md"
6
license = { file = "LICENSE" }
src/dippy/__init__.py
@@ -6,7 +6,7 @@
7
from __future__ import annotations
8
9
-__version__ = "0.2.6"
+__version__ = "0.2.7"
10
11
from dippy.dippy import check_command
12
0 commit comments