From f506adc47f6344334e3022de72879ff61e7aa2b2 Mon Sep 17 00:00:00 2001 From: Brendan Maginnis Date: Wed, 25 Nov 2020 11:05:10 +0000 Subject: [PATCH] Release 0.8.4 --- .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 4499314..617f286 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.3] + additional_dependencies: [sourcery-cli==0.8.4] entry: sourcery refactor --check require_serial: true types: [python] diff --git a/pyproject.toml b/pyproject.toml index f33d111..fb7dde9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery" -version = "0.8.3" +version = "0.8.4" description = "Magically refactor Python"