Skip to content

Commit

Permalink
bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TColl committed Jan 13, 2022
1 parent 8cc193e commit 54c1107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tom.collingwood@stfc.ac.uk>",]
license = "MIT"
Expand Down

0 comments on commit 54c1107

Please sign in to comment.