diff --git a/CHANGELOG.md b/CHANGELOG.md index 7036c2a..d0a3271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ We follow Semantic Versions since the `0.1.0` release. ### Features -- Imrpoves performance on long files #210 +- Improves performance on long files #210 ## 1.0.0 diff --git a/pyproject.toml b/pyproject.toml index a4b8515..48973e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "flake8-eradicate" -version = "1.0.0" +version = "1.1.0" description = "Flake8 plugin to find commented out code" license = "MIT"