bump version to v1.4.2

This commit is contained in:
Richard Chien
2020-02-24 16:58:54 +08:00
parent 0b7980a4a4
commit c02b9a4ccf
2 changed files with 6 additions and 1 deletions

View File

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