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__"]