Skip to content

Commit 992e957

Browse files
author
AlgorithmAlchemy
committed
version update 0.3.1
1 parent 0402c63 commit 992e957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake8_only_english/checker.py

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

77
class NonEnglishChecker:
88
name = "flake8-only-english"
9-
version = "0.3.0"
9+
version = "0.3.1"
1010

1111
nle_comments = True
1212
nle_strings = True

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "flake8-only-english"
9-
version = "0.3.0"
9+
version = "0.3.1"
1010
description = "Flake8 plugin to detect non-English comments and string literals"
1111
readme = "README.md"
1212
authors = [

0 commit comments

Comments
 (0)