From 8fc843478c16c39f114f47b3468e8bf026e9e77c Mon Sep 17 00:00:00 2001 From: Patrick Mazulo Date: Tue, 18 Oct 2022 13:56:03 -0300 Subject: [PATCH] Bump version to 2.0.7 --- pyproject.toml | 2 +- src/misspelling_lib/utils/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"