Skip to content

Commit 375289a

Browse files
committed
v0.9.0.5
1 parent cc1d6db commit 375289a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Sample `.pre-commit-config.yaml`:
2727

2828
```yaml
2929
- repo: https://github.com/shellcheck-py/shellcheck-py
30-
rev: v0.9.0.4
30+
rev: v0.9.0.5
3131
hooks:
3232
- id: shellcheck
3333
```

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
POSTFIX_SHA256[('cygwin', 'x86_64')] = POSTFIX_SHA256[('win32', 'AMD64')]
4444
POSTFIX_SHA256[('darwin', 'arm64')] = POSTFIX_SHA256[('darwin', 'x86_64')]
4545
POSTFIX_SHA256[('linux', 'armv7l')] = POSTFIX_SHA256[('linux', 'armv6hf')]
46-
PY_VERSION = '4'
46+
PY_VERSION = '5'
4747

4848

4949
def get_download_url() -> tuple[str, str]:

0 commit comments

Comments
 (0)