bump version to 1.5.0

This commit is contained in:
Richard Chien
2020-03-16 21:18:28 +08:00
parent 1c9136d672
commit 260ba5888a
2 changed files with 5 additions and 3 deletions

View File

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