Skip to content

Commit 8b2a51a

Browse files
author
Paul Sokolovsky
committed
uasyncio.core: Release 0.8.3.
1 parent db6c9fb commit 8b2a51a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uasyncio.core/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 = 0.8.2
3+
version = 0.8.3
44
author = Paul Sokolovsky
55
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
66
depends = logging

uasyncio.core/setup.py

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

77

88
setup(name='micropython-uasyncio.core',
9-
version='0.8.2',
9+
version='0.8.3',
1010
description='uasyncio.core module for MicroPython',
1111
long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).',
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)