Skip to content

Commit f2114d8

Browse files
committed
uasyncio: Release 1.4.1.
1 parent 147085d commit f2114d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

uasyncio/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
srctype = micropython-lib
22
type = package
3-
version = 1.4
3+
version = 1.4.1
44
author = Paul Sokolovsky
55
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines.
66
long_desc = README.rst

uasyncio/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
import optimize_upip
88

99
setup(name='micropython-uasyncio',
10-
version='1.4',
10+
version='1.4.1',
1111
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines.',
1212
long_description=open('README.rst').read(),
1313
url='https://github.com/micropython/micropython-lib',
1414
author='Paul Sokolovsky',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

0 commit comments

Comments
 (0)