Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit 4bd7b6e

Browse files
committed
0.4.0
1 parent a0b3fc4 commit 4bd7b6e

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
@@ -64,5 +64,5 @@ Sample `.pre-commit-config.yaml`:
6464
rev: 3.9.0
6565
hooks:
6666
- id: flake8
67-
additional_dependencies: [pandas-dev-flaker==0.3.0]
67+
additional_dependencies: [pandas-dev-flaker==0.4.0]
6868
```

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pandas_dev_flaker
3-
version = 0.3.0
3+
version = 0.4.0
44
description = Linter for contributing to pandas
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)