vet

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

commit a6d63c30e9a53f2832d84b84a33436b6dfee493d
parent 7b1d87231e6a60f77b28fede820d24972153e874
Author: Andrew Laack <andrew.laack@imbue.com>
Date:   Wed, 11 Feb 2026 19:09:06 -0600

Bumped version for readme

Diffstat:
MDEVELOPMENT.md | 2--
MREADME.md | 2+-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md @@ -63,8 +63,6 @@ Vet is published to PyPI via the `publish-to-pypi.yml` GitHub Actions workflow. ```yaml - run: pip install verify-everything==0.2.0 ``` -6. Update the pinned version for this project -7. Commit and push this change ### Why pin the version in the README? 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.2 + - run: pip install verify-everything==0.1.3 - name: Run vet if: github.event.pull_request.head.repo.full_name == github.repository env: