We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2dd97c commit ec67618Copy full SHA for ec67618
uasyncio.core/metadata.txt
@@ -1,6 +1,6 @@
1
srctype = micropython-lib
2
type = package
3
-version = 1.4.2
+version = 1.5
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.2',
+ 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).',
13
url='https://github.com/micropython/micropython-lib',
0 commit comments