diff --git a/pyproject.toml b/pyproject.toml index 6ce1b89..236e05f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "misspelling" -version = "2.0.6" +version = "2.0.7" description = "This is a Python library and tool to check for misspelled words in source code." authors = ["Patrick Mazulo "] license = "GNU GENERAL PUBLIC LICENSE" diff --git a/src/misspelling_lib/utils/version.py b/src/misspelling_lib/utils/version.py index e143b2a..edac25b 100644 --- a/src/misspelling_lib/utils/version.py +++ b/src/misspelling_lib/utils/version.py @@ -1,2 +1,2 @@ def get_version() -> str: - return "2.0.6" + return "2.0.7"