Bump version to 1.1.0

This commit is contained in:
Richard Chien 2019-01-06 22:02:11 +08:00
parent dd58241bb0
commit 251e80b81b

View File

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