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 5e10ef8 commit 8a32b1bCopy full SHA for 8a32b1b
uasyncio.core/metadata.txt
@@ -1,6 +1,6 @@
1
srctype = micropython-lib
2
type = package
3
-version = 0.8.3
+version = 0.9
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.3',
+ version='0.9',
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