mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-31 23:51:28 +08:00
Bump version to 0.4.1
This commit is contained in:
parent
601fc00af7
commit
8e877b6cd3
4
setup.py
4
setup.py
@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
||||
|
||||
setup(
|
||||
name='none-bot',
|
||||
version='0.4.0',
|
||||
version='0.4.1',
|
||||
packages=find_packages(include=('none', 'none.*')),
|
||||
url='https://github.com/richardchien/none-bot',
|
||||
license='MIT License',
|
||||
@ -14,7 +14,7 @@ setup(
|
||||
description='An asynchronous QQ bot framework based on CoolQ.',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
install_requires=['aiocqhttp>=0.6', 'aiocache>=0.10'],
|
||||
install_requires=['aiocqhttp>=0.6.5', 'aiocache>=0.10'],
|
||||
extras_require={
|
||||
'scheduler': ['apscheduler>=1.2'],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user