commit 20a1519b416a4015090b742ff31d19f830c7485a
parent 72bb7c7d2285588304478f784cbd4913a61929a9
Author: Andrew Laack <andrew.laack@imbue.com>
Date: Wed, 11 Feb 2026 11:01:53 -0600
Bump versions
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -58,7 +58,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- - run: pip install verify-everything==0.1.0
+ - run: pip install verify-everything==0.1.1
- name: Run vet
if: github.event.pull_request.head.repo.full_name == github.repository
env:
diff --git a/pyproject.toml b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "verify-everything"
-version = "0.1.0"
+version = "0.1.1"
description = "LLM-based code review tool that finds issues tests and linters miss"
readme = "README.md"
license = "AGPL-3.0-only"