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

Commit 4563c80

Browse files
committed
Merge branch 'release/v2.1.0'
2 parents 3e10d2e + 5e7c2a8 commit 4563c80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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__ = "2.0.0"
7+
__version__ = "2.1.0"
88

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name="mi.py",
37-
version="2.0.0",
37+
version="2.1.0",
3838
install_requires=["emoji", 'aiocache', 'aiohttp'],
3939
url="https://github.com/yupix/mi.py",
4040
author="yupix",

0 commit comments

Comments
 (0)