We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0636dc6 commit ab5a79fCopy full SHA for ab5a79f
hanlp/version.py
@@ -2,7 +2,7 @@
2
# Author: hankcs
3
# Date: 2019-12-28 19:26
4
5
-__version__ = '2.1.0'
+__version__ = '2.1.1'
6
"""HanLP version"""
7
8
setup.py
@@ -64,7 +64,7 @@
64
'transformers>=4.1.1',
65
'sentencepiece>=0.1.91', # Essential for tokenization_bert_japanese
66
'torch>=1.6.0',
67
- 'hanlp-common>=0.0.22',
+ 'hanlp-common>=0.0.23',
68
'hanlp-trie>=0.0.4',
69
'hanlp-downloader',
70
*TOKENIZERS,
0 commit comments