diff --git a/README.md b/README.md index 765c617..5adb649 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 290da09..422de53 100644 --- a/setup.py +++ b/setup.py @@ -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,