Skip to content

Commit 4de1378

Browse files
committed
v0.9.0.6
1 parent 4b958b7 commit 4de1378

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.5
30+
rev: v0.9.0.6
3131
hooks:
3232
- id: shellcheck
3333
```

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
POSTFIX_SHA256[('win32', 'ARM64')] = POSTFIX_SHA256[('win32', 'AMD64')]
4545
POSTFIX_SHA256[('darwin', 'arm64')] = POSTFIX_SHA256[('darwin', 'x86_64')]
4646
POSTFIX_SHA256[('linux', 'armv7l')] = POSTFIX_SHA256[('linux', 'armv6hf')]
47-
PY_VERSION = '5'
47+
PY_VERSION = '6'
4848

4949

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

0 commit comments

Comments
 (0)