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

Commit 8397722

Browse files
committed
0.1.1
1 parent db9ffa3 commit 8397722

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/venv*
88
coverage.xml
99
dist/
10+
build/

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ Sample `.pre-commit-config.yaml`:
6161
rev: 3.9.0
6262
hooks:
6363
- id: flake8
64-
additional_dependencies: [pandas-dev-flaker==0.1.0]
64+
additional_dependencies: [pandas-dev-flaker==0.1.1]
6565
```

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pandas_dev_flaker
3-
version = 0.1.0
3+
version = 0.1.1
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)