Skip to content

Commit e48c435

Browse files
committed
version bump
1 parent ab8e985 commit e48c435

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ celerybeat-schedule
8686
.venv
8787
venv/
8888
ENV/
89+
Pipfile*
8990

9091
# Spyder project settings
9192
.spyderproject

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyspellchecker
22

3-
## Version 0.6.1 (Future)
3+
## Version 0.6.1
44
* Deprecated `spell.word_probability` since the name makes it seem that it is building a true probability; use `spell.word_usage_frequency` instead
55
* Added Russian language dictionary; [#91](https://github.com/barrust/pyspellchecker/pull/91) Thanks [@sviperm](https://github.com/sviperm)
66
* Include `__iter__` to both the `SpellChecker` and `WordFrequency` objects

spellchecker/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__maintainer__ = "Tyler Barrus"
66
__email__ = "barrust@gmail.com"
77
__license__ = "MIT"
8-
__version__ = "0.6.0"
8+
__version__ = "0.6.1"
99
__credits__ = ["Peter Norvig"]
1010
__url__ = "https://github.com/barrust/pyspellchecker"
1111
__bugtrack_url__ = "{0}/issues".format(__url__)

0 commit comments

Comments
 (0)