diff --git a/README.md b/README.md index 2f3ae74..e075d16 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,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.0.0 + rev: v1.1.0 hooks: - id: check-sdist args: [--inject-junk] @@ -79,7 +79,7 @@ dependency listing: ```yaml - repo: https://github.com/henryiii/check-sdist - rev: v1.0.0 + rev: v1.1.0 hooks: - id: check-sdist-isolated args: [--inject-junk] diff --git a/src/check_sdist/__init__.py b/src/check_sdist/__init__.py index b049b36..39a4552 100644 --- a/src/check_sdist/__init__.py +++ b/src/check_sdist/__init__.py @@ -6,6 +6,6 @@ from __future__ import annotations -__version__ = "1.0.0" +__version__ = "1.1.0" __all__ = ["__version__"]