From d5070c80c9b2af36dfb4d280eafa3d71d02c5c9f Mon Sep 17 00:00:00 2001 From: brendanator Date: Thu, 28 Jul 2022 13:42:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.3=20=E2=86=92=200.12.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 f54e085..57f9373 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: sourcery description: Magically refactor Python language: python - additional_dependencies: [sourcery-cli==0.12.3] + additional_dependencies: [sourcery-cli==0.12.4] entry: sourcery review --check types: [python] diff --git a/pyproject.toml b/pyproject.toml index 9ad4a73..5d1c5c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery" -version = "0.12.3" +version = "0.12.4" description = "Magically refactor Python"