Skip to content

Commit 7c34a60

Browse files
committed
Bump version: 0.9.7 → 0.9.8
1 parent 9c18d7c commit 7c34a60

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

0 commit comments

Comments
 (0)