发布0.1.6版本

This commit is contained in:
evilbeast 2022-08-31 14:24:30 +08:00
parent 8fc68a4bac
commit 1f8aa49972
3 changed files with 3 additions and 3 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.5-blue.svg?" alt="release"></a> <a href="https://github.com/smallevilbeast/ntchat/releases"><img src="https://img.shields.io/badge/release-0.1.6-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>

View File

@ -1,4 +1,4 @@
VERSION = '0.1.5' VERSION = '0.1.6'
LOG_LEVEL = "DEBUG" LOG_LEVEL = "DEBUG"
LOG_KEY = 'NTCHAT_LOG' LOG_KEY = 'NTCHAT_LOG'

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.5', version='0.1.6',
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',