We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c3d96 commit 7db0633Copy full SHA for 7db0633
lemminflect/__init__.py
@@ -3,7 +3,7 @@
3
from .core.Inflections import Inflections
4
from .core.Lemmatizer import Lemmatizer
5
6
-__version__ = '0.2.0'
+__version__ = '0.2.1'
7
8
9
# Lemmatizer is a singleton so this will only instantiate and load the data
0 commit comments