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

Commit e691f0c

Browse files
committed
feat: bump version 0.1.0
1 parent 60edd28 commit e691f0c

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__ = '0.0.2'
7+
__version__ = '0.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
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='mi.py',
12-
version='0.0.2',
12+
version='0.1.0',
1313
install_requires=['websockets', 'requests'],
1414
url='https://github.com/yupix/mi.py',
1515
author='yupix',

0 commit comments

Comments
 (0)