Skip to content

Commit

Permalink
Bump version to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mazulo committed Oct 18, 2022
1 parent 2b7f3d6 commit 8fc8434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <pmazulo@gmail.com>"]
license = "GNU GENERAL PUBLIC LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion src/misspelling_lib/utils/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def get_version() -> str:
return "2.0.6"
return "2.0.7"

0 comments on commit 8fc8434

Please sign in to comment.