Skip to content

Commit 4e74cda

Browse files
committed
Release 0.8.3
1 parent b5d8adf commit 4e74cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: sourcery
33
description: Magically refactor Python
44
language: python
5-
additional_dependencies: [sourcery-cli==0.8.2]
5+
additional_dependencies: [sourcery-cli==0.8.3]
66
entry: sourcery refactor --check
77
require_serial: true
88
types: [python]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[project]
22
name = "sourcery"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "Magically refactor Python"

0 commit comments

Comments
 (0)