Bump version to 0.5.2

This commit is contained in:
Richard Chien 2018-12-25 20:47:26 +08:00
parent dd22cc1f01
commit 637a9aa8c2
2 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@ sidebar: auto
# 更新日志
## next
## v0.5.2
- 修复自然语言处理器匹配机器人昵称时的 bug
- 修复一些小问题
- 修复一些与异常处理有关的小问题
## v0.5.1

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='none-bot',
version='0.5.1',
version='0.5.2',
packages=find_packages(include=('none', 'none.*')),
url='https://github.com/richardchien/none-bot',
license='MIT License',