Skip to content

Commit

Permalink
Update to ksconf 0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Sep 26, 2023
1 parent 28ce8ce commit e36c331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This repo provides a simple [pre-commit](https://pre-commit.com/) hook definitio
```yaml
repos:
- repo: https://github.com/Kintyre/ksconf-pre-commit
rev: v0.11.8-rc1
rev: v0.11.8
hooks:
- id: ksconf-check
- id: ksconf-sort
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

ksconf_version = "0.11.8-rc1"
ksconf_version = "0.11.8"

setup(name="ksconf-pre-commit",
version=ksconf_version,
Expand Down

0 comments on commit e36c331

Please sign in to comment.