diff --git a/doc/index.rst b/doc/index.rst index 98bb89e..1a7b727 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -17,7 +17,7 @@ example configuration: repos: - repo: https://github.com/stfc/pre-commit-hooks - rev: v0.3.0 + rev: v0.3.1 hooks: - id: check-mypy-import-errors - id: check-pylint-import-errors diff --git a/pyproject.toml b/pyproject.toml index a1c7d38..0c969fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hooks" -version = "0.3.0" +version = "0.3.1" description = "Custom pre-commit hooks for use within our projects" authors = [ "Tom Collingwood ",] license = "MIT"