Skip to content

Commit d8732b6

Browse files
author
AlgorithmAlchemy
committed
Version tag update 0.3.0
1 parent 800d2b7 commit d8732b6

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.2.0"
9+
version = "0.3.0"
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.2.0"
9+
version = "0.3.0"
1010
description = "Flake8 plugin to detect non-English comments and string literals"
1111
readme = "README.md"
1212
authors = [

0 commit comments

Comments
 (0)