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

Commit 5579645

Browse files
committed
feat: bump version
1 parent 757b6b8 commit 5579645

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v3.2.0] 2022-01-24
11+
1012
### Added
1113

1214
- type hint

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__ = "3.1.0"
7+
__version__ = "3.2.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
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name="mi.py",
41-
version="3.1.0",
41+
version="3.2.0",
4242
install_requires=["emoji", 'aiocache', 'aiohttp'],
4343
url="https://github.com/yupix/mi.py",
4444
author="yupix",

0 commit comments

Comments
 (0)