From 305622e071c5e155d74444cd9f321d4bf8eab75f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 15 Oct 2024 10:10:55 -0400 Subject: [PATCH] docs: bump for version 1.2 (#68) Signed-off-by: Henry Schreiner --- README.md | 4 ++-- src/check_sdist/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index debef4d..770a4db 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To use the [pre-commit](https://pre-commit.com) integration, put this in your ```yaml - repo: https://github.com/henryiii/check-sdist - rev: v1.1.0 + rev: v1.2.0 hooks: - id: check-sdist args: [--inject-junk] @@ -69,7 +69,7 @@ dependency listing: ```yaml - repo: https://github.com/henryiii/check-sdist - rev: v1.1.0 + rev: v1.2.0 hooks: - id: check-sdist-isolated args: [--inject-junk] diff --git a/src/check_sdist/__init__.py b/src/check_sdist/__init__.py index 39a4552..9230972 100644 --- a/src/check_sdist/__init__.py +++ b/src/check_sdist/__init__.py @@ -6,6 +6,6 @@ from __future__ import annotations -__version__ = "1.1.0" +__version__ = "1.2.0" __all__ = ["__version__"]