From 9a647516443425cfa29f44b58a7e9e1c13a5b423 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 2 Oct 2024 02:49:08 -0400 Subject: [PATCH] docs: update for 1.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c50a717..9664db4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To use the [pre-commit](https://pre-commit.com) integration, put this in your ```yaml - repo: https://github.com/henryiii/check-sdist - rev: v0.1.3 + rev: v1.0.0 hooks: - id: check-sdist args: [--inject-junk] @@ -67,7 +67,7 @@ to require build dependency listing: ```yaml - repo: https://github.com/henryiii/check-sdist - rev: v0.1.3 + rev: v1.0.0 hooks: - id: check-sdist-isolated args: [--inject-junk]