Skip to content

Commit e046338

Browse files
committed
uasyncio.core: Release 1.5.1, updated description.
1 parent a314da8 commit e046338

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

uasyncio.core/metadata.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
srctype = micropython-lib
22
type = package
3-
version = 1.5
3+
version = 1.5.1
44
author = Paul Sokolovsky
5-
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
5+
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
6+
long_desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).

uasyncio.core/setup.py

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

99
setup(name='micropython-uasyncio.core',
10-
version='1.5',
11-
description='uasyncio.core module for MicroPython',
12-
long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).',
10+
version='1.5.1',
11+
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
12+
long_description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
1313
url='https://github.com/micropython/micropython-lib',
1414
author='Paul Sokolovsky',
1515
author_email='[email protected]',

0 commit comments

Comments
 (0)