We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9540e4 commit a4b75abCopy full SHA for a4b75ab
uasyncio.core/metadata.txt
@@ -1,6 +1,6 @@
1
srctype = micropython-lib
2
type = package
3
-version = 1.4.1
+version = 1.4.2
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
@@ -7,7 +7,7 @@
7
import optimize_upip
8
9
setup(name='micropython-uasyncio.core',
10
- version='1.4.1',
+ version='1.4.2',
11
description='uasyncio.core module for MicroPython',
12
long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).',
13
url='https://github.com/micropython/micropython-lib',
0 commit comments