From 1f8aa499722fec38221cc9b376260f9dbcdace06 Mon Sep 17 00:00:00 2001 From: evilbeast Date: Wed, 31 Aug 2022 14:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.1.6=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- ntchat/conf/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e6ba8b..c68c077 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

NtChat

- release + release License

diff --git a/ntchat/conf/__init__.py b/ntchat/conf/__init__.py index 71adb14..d55ea8c 100644 --- a/ntchat/conf/__init__.py +++ b/ntchat/conf/__init__.py @@ -1,4 +1,4 @@ -VERSION = '0.1.5' +VERSION = '0.1.6' LOG_LEVEL = "DEBUG" LOG_KEY = 'NTCHAT_LOG' diff --git a/setup.py b/setup.py index 23484d6..1b61e36 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.5', + version='0.1.6', description='About Conversational RPA SDK for Chatbot Makers', long_description="", long_description_content_type='text/markdown',