vet

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

commit 59283d8c737a7ac64d9c461e8cd0254d23606e2c
parent c6ef691668aae9c05a516df98c5770a1aba98717
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date:   Wed, 18 Feb 2026 20:51:59 +0000

Bump version to 0.1.9 (#99)

Co-authored-by: Andrew Laack <andrew@laack.co>
Diffstat:
Mpkg/arch/PKGBUILD | 2+-
Mpyproject.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: pkgname=verify-everything -pkgver=0.1.8 +pkgver=0.1.9 pkgrel=1 pkgdesc='LLM-based code review tool that finds issues tests and linters miss' arch=('any') diff --git a/pyproject.toml b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "verify-everything" -version = "0.1.8" +version = "0.1.9" description = "LLM-based code review tool that finds issues tests and linters miss" readme = "README.md" license = "AGPL-3.0-only"