From b78b8b11a9d84ce927430cbbeaff51c97b0fd1a2 Mon Sep 17 00:00:00 2001 From: Cyberbolt <62085693+Cyberbolt@users.noreply.github.com> Date: Sat, 25 May 2024 16:04:03 +0800 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9862598..734ffae 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="Cemotion", - version="2.2.1", + version="2.2.2", author="Cyberbolt", author_email="dtconlyone@gmail.com", description="Cemotion 是 Python 下的中文 NLP 库,可以进行中文情感倾向分析、通用领域中文分词。", @@ -27,4 +27,4 @@ 'transformers>=4.24.0', 'modelscope>=1.14.0', ] -) \ No newline at end of file +)