vet

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

commit 835506edbf1f79692ccab59779cc5895dfa974fd
parent 3d40ff0776e5461412d3e2f4482d7c92ec0bc4fb
Author: Andrew D. Laack <andrew@laack.co>
Date:   Tue, 17 Feb 2026 05:39:55 +0000

Bump v0.1.7 (#91)


Diffstat:
MREADME.md | 2+-
Mpkg/arch/PKGBUILD | 2+-
Mpyproject.toml | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -108,7 +108,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.11" - - run: pip install verify-everything==0.1.6 + - run: pip install verify-everything==0.1.7 - name: Run vet if: github.event.pull_request.head.repo.full_name == github.repository env: diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: pkgname=verify-everything -pkgver=0.1.6 +pkgver=0.1.7 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.6" +version = "0.1.7" description = "LLM-based code review tool that finds issues tests and linters miss" readme = "README.md" license = "AGPL-3.0-only"