Skip to content

Commit

Permalink
bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oriontvv committed Jul 31, 2023
1 parent ea0eba7 commit 639c879
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 = "pyaspeller"
version = "1.1.0"
version = "1.2.0"
description = "Search tool typos in the text, files and websites."
authors = [
"Vasiliy Taranov <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/pyaspeller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .word import Word # noqa
from .yandex_speller import YandexSpeller # noqa

__version__ = "1.1.0"
__version__ = "1.2.0"
__all__ = ["main"]


Expand Down

0 comments on commit 639c879

Please sign in to comment.