We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6c9fb commit 8b2a51aCopy full SHA for 8b2a51a
uasyncio.core/metadata.txt
@@ -1,6 +1,6 @@
1
srctype = micropython-lib
2
type = package
3
-version = 0.8.2
+version = 0.8.3
4
author = Paul Sokolovsky
5
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
6
depends = logging
uasyncio.core/setup.py
@@ -6,7 +6,7 @@
7
8
setup(name='micropython-uasyncio.core',
9
- version='0.8.2',
+ version='0.8.3',
10
description='uasyncio.core module for MicroPython',
11
long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).',
12
url='https://github.com/micropython/micropython/issues/405',
0 commit comments