We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1922bfc commit 891d0d3Copy full SHA for 891d0d3
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='deepke', # 打包后的包文件名
5
- version='2.0.1', #版本号
+ version='2.0.2', #版本号
6
keywords=["pip", "RE","NER","AE"], # 关键字
7
description='DeepKE 是基于 Pytorch 的深度学习中文关系抽取处理套件。', # 说明
8
long_description="client", #详细说明
0 commit comments