Skip to content

Commit 8f713ff

Browse files
committed
Version bump.
1 parent 6c8487d commit 8f713ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flake8_unused_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class Plugin:
1414
name = "flake8-unused-arguments"
15-
version = "0.0.11"
15+
version = "0.0.12"
1616

1717
ignore_abstract = False
1818
ignore_overload = False

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setup(
88
name="flake8-unused-arguments",
99
license="MIT",
10-
version="0.0.11",
10+
version="0.0.12",
1111
description="flake8 extension to warn on unused function arguments",
1212
author="Nathan Hoad",
1313
author_email="nathan@hoad.io",

0 commit comments

Comments
 (0)