bump version to 1.6.0 and update docs

This commit is contained in:
yanyongyu
2020-04-24 15:54:52 +08:00
parent 39804852a8
commit ad8a998a8c
2 changed files with 143 additions and 8 deletions

View File

@ -7,7 +7,7 @@ packages = find_packages(include=('nonebot', 'nonebot.*'))
setup(
name='nonebot',
version='1.5.0',
version='1.6.0',
url='https://github.com/richardchien/nonebot',
license='MIT License',
author='Richard Chien',