mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-20 09:38:23 +08:00
Bump version to v1.3.1
This commit is contained in:
parent
62838b8f7c
commit
a398ad3f16
4
setup.py
4
setup.py
@ -8,7 +8,7 @@ stub_files = list(filter(lambda x: x.endswith('.pyi'), findall('nonebot')))
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='nonebot',
|
name='nonebot',
|
||||||
version='1.3.0',
|
version='1.3.1',
|
||||||
url='https://github.com/richardchien/nonebot',
|
url='https://github.com/richardchien/nonebot',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
author='Richard Chien',
|
author='Richard Chien',
|
||||||
@ -18,7 +18,7 @@ setup(
|
|||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
packages=packages,
|
packages=packages,
|
||||||
data_files=stub_files,
|
data_files=stub_files,
|
||||||
install_requires=['aiocqhttp>=0.6.7', 'aiocache>=0.10'],
|
install_requires=['aiocqhttp>=0.6.8', 'aiocache>=0.10'],
|
||||||
extras_require={
|
extras_require={
|
||||||
'scheduler': ['apscheduler>=1.2'],
|
'scheduler': ['apscheduler>=1.2'],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user