From 03fac606c4e9eff3a9233fa4c9d47c2dfb015da2 Mon Sep 17 00:00:00 2001 From: evilbeast Date: Tue, 23 Aug 2022 17:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.1.1=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- ntchat/conf/__init__.py | 2 +- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4db3602..43b52ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

NtChat

- release + release License

@@ -23,7 +23,7 @@ pip install ntchat ``` 国内源安装 ```bash -pip install -i https://mirrors.huaweicloud.com/repository/pypi/simple ntchat +pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ntchat ``` ## 简单入门实例 diff --git a/ntchat/conf/__init__.py b/ntchat/conf/__init__.py index 1f6518e..8d76f25 100644 --- a/ntchat/conf/__init__.py +++ b/ntchat/conf/__init__.py @@ -1 +1 @@ -VERSION = '0.1.0' +VERSION = '0.1.1' diff --git a/setup.py b/setup.py index 3c8bf99..b5b7aa3 100644 --- a/setup.py +++ b/setup.py @@ -194,7 +194,7 @@ extension.extra_compile_cpp_args = extra_compile_cpp_args[target_os] setup( name='ntchat', - version='0.1.0', + version='0.1.1', description='About Conversational RPA SDK for Chatbot Makers', long_description="", long_description_content_type='text/markdown', @@ -203,7 +203,7 @@ setup( author_email='784615627@qq.com', license='MIT', classifiers=[ - 'Development Status :: 1 - Beta', + 'Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',