Bump version to 0.4.1

This commit is contained in:
Richard Chien 2018-11-11 12:41:40 +08:00
parent 601fc00af7
commit 8e877b6cd3

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup( setup(
name='none-bot', name='none-bot',
version='0.4.0', version='0.4.1',
packages=find_packages(include=('none', 'none.*')), packages=find_packages(include=('none', 'none.*')),
url='https://github.com/richardchien/none-bot', url='https://github.com/richardchien/none-bot',
license='MIT License', license='MIT License',
@ -14,7 +14,7 @@ setup(
description='An asynchronous QQ bot framework based on CoolQ.', description='An asynchronous QQ bot framework based on CoolQ.',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', 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={ extras_require={
'scheduler': ['apscheduler>=1.2'], 'scheduler': ['apscheduler>=1.2'],
}, },