发布0.1.1版本

This commit is contained in:
evilbeast 2022-08-23 17:59:02 +08:00
parent ba024c7192
commit 03fac606c4
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<h1 align="center">NtChat</h1> <h1 align="center">NtChat</h1>
<p align="center"> <p align="center">
<a href="https://github.com/smallevilbeast/ntchat/releases"><img src="https://img.shields.io/badge/release-0.1.0-blue.svg?" alt="release"></a> <a href="https://github.com/smallevilbeast/ntchat/releases"><img src="https://img.shields.io/badge/release-0.1.1-blue.svg?" alt="release"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-brightgreen.svg?" alt="License"></a> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-brightgreen.svg?" alt="License"></a>
</p> </p>
@ -23,7 +23,7 @@ pip install ntchat
``` ```
国内源安装 国内源安装
```bash ```bash
pip install -i https://mirrors.huaweicloud.com/repository/pypi/simple ntchat pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ntchat
``` ```
## 简单入门实例 ## 简单入门实例

View File

@ -1 +1 @@
VERSION = '0.1.0' VERSION = '0.1.1'

View File

@ -194,7 +194,7 @@ extension.extra_compile_cpp_args = extra_compile_cpp_args[target_os]
setup( setup(
name='ntchat', name='ntchat',
version='0.1.0', version='0.1.1',
description='About Conversational RPA SDK for Chatbot Makers', description='About Conversational RPA SDK for Chatbot Makers',
long_description="", long_description="",
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
@ -203,7 +203,7 @@ setup(
author_email='784615627@qq.com', author_email='784615627@qq.com',
license='MIT', license='MIT',
classifiers=[ classifiers=[
'Development Status :: 1 - Beta', 'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',