diff --git a/pyproject.toml b/pyproject.toml index af2a15a..8d22eaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", diff --git a/src/pyaspeller/__init__.py b/src/pyaspeller/__init__.py index 34211ac..6730d4c 100644 --- a/src/pyaspeller/__init__.py +++ b/src/pyaspeller/__init__.py @@ -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"]