Skip to content

Commit 99e2ae1

Browse files
committed
Document the VERSION weirdness (see #68)
1 parent 3152f22 commit 99e2ae1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/MeCab/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ def _reexport_filtered(thismod, submod):
4040
#
4141
# Version information
4242
#
43+
# Note that this is the version of MeCab, not of mecab-python3. Since MeCab
44+
# hasn't been updated since roughly 2013 this has been 0.996 for years and is
45+
# unlikely to ever change.
46+
#
47+
# This is preserved to avoid breaking API compatibility, but should be removed
48+
# in v2, should that ever happen.
49+
#
4350

4451
VERSION = _MeCab.Tagger_version()
4552
__all__.append("VERSION")

0 commit comments

Comments
 (0)