Skip to content

Commit ec72b1f

Browse files
committed
Release 0.8.1
1 parent 206b176 commit ec72b1f

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.0]
5+
additional_dependencies: [sourcery-cli==0.8.1]
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.0"
3+
version = "0.8.1"
44
description = "Magically refactor Python"

0 commit comments

Comments
 (0)