Skip to content

Commit

Permalink
prepare v1.1.1 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar authored Aug 8, 2024
1 parent bd8941b commit 4c775a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ History
=======


1.1.1
-----

- Fix `ModuleNotFoundError` and test optional dependencies (#142)
- Simplify code and add missing type annotations (#144)


1.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion simplemma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__author__ = "Adrien Barbaresi, Juanjo Diaz and contributors"
__email__ = "[email protected]"
__license__ = "MIT"
__version__ = "1.1.0"
__version__ = "1.1.1"


from .language_detector import LanguageDetector, in_target_language, langdetect
Expand Down

0 comments on commit 4c775a3

Please sign in to comment.