Skip to content

Commit

Permalink
chore: prepare for 1.1.0 (#64)
Browse files Browse the repository at this point in the history
* chore: prepare for 1.1.0

* Update README.md
  • Loading branch information
henryiii authored Oct 10, 2024
1 parent 277778a commit 08067d2
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 @@ -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]
Expand All @@ -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]
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.0.0"
__version__ = "1.1.0"

__all__ = ["__version__"]

0 comments on commit 08067d2

Please sign in to comment.