diff --git a/README.md b/README.md index 06919d5..65ec1e1 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: v0.1.0 + rev: v0.1.3 hooks: - id: check-sdist args: [--inject-junk] @@ -65,7 +65,7 @@ to require build dependency listing: ```yaml - repo: https://github.com/henryiii/check-sdist - rev: v0.1.0 + rev: v0.1.3 hooks: - id: check-sdist-isolated args: [--inject-junk] diff --git a/src/check_sdist/__init__.py b/src/check_sdist/__init__.py index 6f46823..5d6c7f0 100644 --- a/src/check_sdist/__init__.py +++ b/src/check_sdist/__init__.py @@ -7,6 +7,6 @@ from __future__ import annotations -__version__ = "0.1.2" +__version__ = "0.1.3" __all__ = ["__version__"]