From ec72b1f626705141e147e103d878f2322c15e2a1 Mon Sep 17 00:00:00 2001 From: Brendan Maginnis Date: Tue, 20 Oct 2020 10:21:36 +0100 Subject: [PATCH] Release 0.8.1 --- .pre-commit-hooks.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5229717..dac6730 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,7 +2,7 @@ name: sourcery description: Magically refactor Python language: python - additional_dependencies: [sourcery-cli==0.8.0] + additional_dependencies: [sourcery-cli==0.8.1] entry: sourcery refactor --check require_serial: true types: [python] diff --git a/pyproject.toml b/pyproject.toml index eea426b..b6b9ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery" -version = "0.8.0" +version = "0.8.1" description = "Magically refactor Python"