Skip to content

Commit

Permalink
chore: bump to 0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Oct 3, 2023
1 parent 7c8bb75 commit 40b7a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
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: v0.1.0
rev: v0.1.3
hooks:
- id: check-sdist
args: [--inject-junk]
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/check_sdist/__init__.py
Expand Up @@ -7,6 +7,6 @@

from __future__ import annotations

__version__ = "0.1.2"
__version__ = "0.1.3"

__all__ = ["__version__"]

0 comments on commit 40b7a94

Please sign in to comment.