From d8dee5ac8101db799925db3909c00a280191b41c Mon Sep 17 00:00:00 2001 From: Brendan Maginnis Date: Fri, 30 Oct 2020 22:42:26 +0000 Subject: [PATCH] Release 0.8.2 --- .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 dac6730..e60c687 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.1] + additional_dependencies: [sourcery-cli==0.8.2] entry: sourcery refactor --check require_serial: true types: [python] diff --git a/pyproject.toml b/pyproject.toml index b6b9ce0..417657f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery" -version = "0.8.1" +version = "0.8.2" description = "Magically refactor Python"