Skip to content

Commit fd95ab7

Browse files
authored
Bump version to 0.13.2 (#389)
1 parent 4d4bf16 commit fd95ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ tool, you can add something like this to your project's
599599
```yaml
600600
repos:
601601
- repo: https://github.com/tweag/FawltyDeps
602-
rev: v0.13.1
602+
rev: v0.13.2
603603
hooks:
604604
- id: check
605605
args:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fawltydeps"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "Find undeclared and unused 3rd-party dependencies in your Python project."
55
authors = [
66
"Maria Knorps <[email protected]>",

0 commit comments

Comments
 (0)