Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oriontvv committed Feb 2, 2022
1 parent be57cd6 commit cc8ea67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.2.2 (2022-02-01)
# 0.2.3 (2022-02-01)
* migrate to pyproject.toml
* add python3.10 support
* add mypy
Expand Down
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 = "0.2.2"
version = "0.2.3"
description = "Search tool typos in the text, files and websites."
authors = [
"Vassiliy 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__ = "0.3.0"
__version__ = "0.2.3"
__all__ = ["main"]


Expand Down

0 comments on commit cc8ea67

Please sign in to comment.