Skip to content

Commit bbdaf46

Browse files
committed
Bump version: 0.9.4 → 0.9.5
1 parent a257495 commit bbdaf46

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

0 commit comments

Comments
 (0)