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',