vet

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7b1d87231e6a60f77b28fede820d24972153e874
parent e9ce6487366fd383e4c541fb29f7ac053315b74b
Author: Andrew Laack <andrew.laack@imbue.com>
Date:   Wed, 11 Feb 2026 18:56:33 -0600

Bump version

Diffstat:
Mpyproject.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "verify-everything" -version = "0.1.2" +version = "0.1.3" description = "LLM-based code review tool that finds issues tests and linters miss" readme = "README.md" license = "AGPL-3.0-only"