mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-31 15:41:34 +08:00
Bump version to 1.1.0
This commit is contained in:
parent
dd58241bb0
commit
251e80b81b
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user