Skip to content

Commit

Permalink
docs: bump for version 1.2 (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Oct 15, 2024
1 parent 8dc1341 commit 305622e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/check_sdist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

from __future__ import annotations

__version__ = "1.1.0"
__version__ = "1.2.0"

__all__ = ["__version__"]

0 comments on commit 305622e

Please sign in to comment.