mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
Bump version to 0.4.1
This commit is contained in:
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'],
|
||||
},
|
||||
|
Reference in New Issue
Block a user