Skip to content
This repository was archived by the owner on May 28, 2022. It is now read-only.

Commit ff116ca

Browse files
committed
chore: bump version
1 parent 6d0294e commit ff116ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__copyright__ = 'Copyright 2021-present yupix'
55
__author_email__ = '[email protected]'
66
__url__ = 'https://github.com/yupix/Mi.py'
7-
__version__ = '0.1.5'
7+
__version__ = '0.2.5'
88

99
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
1010

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@
99

1010
setup(
1111
name='mi.py',
12-
version='0.1.5',
12+
version='0.2.5',
1313
install_requires=['websockets', 'requests', 'pydantic', 'emoji'],
1414
url='https://github.com/yupix/mi.py',
1515
author='yupix',
1616
author_email='[email protected]',
1717
license='MIT',
18-
python_requires='>=3.8, <4.0',
18+
python_requires='>=3.9, <4.0',
1919
description=description,
2020
long_description=long_description,
2121
long_description_content_type='text/markdown',
2222
packages=find_packages(),
2323
classifiers=[
2424
'Development Status :: 2 - Pre-Alpha',
2525
'Programming Language :: Python :: 3.9',
26+
'Programming Language :: Python :: 3.10',
2627
'Natural Language :: Japanese',
2728
'License :: OSI Approved :: MIT License',
2829
]

0 commit comments

Comments
 (0)