diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 546e3d5..09a45be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/fredrikaverpil/creosote - rev: v2.6.0 + rev: v2.6.1 hooks: - id: creosote args: diff --git a/src/creosote/__about__.py b/src/creosote/__about__.py index e5e59e3..fab833f 100644 --- a/src/creosote/__about__.py +++ b/src/creosote/__about__.py @@ -1 +1 @@ -__version__ = "2.6.0" +__version__ = "2.6.1"