kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.core: Release 2.0.
rodzic
5149a54f91
commit
97be3343fa
|
@ -1,6 +1,6 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 1.7.2
|
||||
version = 2.0
|
||||
author = Paul Sokolovsky
|
||||
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
|
||||
long_desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
|
||||
|
|
|
@ -7,7 +7,7 @@ sys.path.append("..")
|
|||
import sdist_upip
|
||||
|
||||
setup(name='micropython-uasyncio.core',
|
||||
version='1.7.2',
|
||||
version='2.0',
|
||||
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
|
||||
long_description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
|
||||
url='https://github.com/micropython/micropython-lib',
|
||||
|
|
Ładowanie…
Reference in New Issue