kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio: Release 1.2.2.
rodzic
a191626c2e
commit
7d9eb0716c
|
@ -1,6 +1,6 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 1.2.1
|
||||
version = 1.2.2
|
||||
author = Paul Sokolovsky
|
||||
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.
|
||||
depends = uasyncio.core
|
||||
|
|
|
@ -7,7 +7,7 @@ sys.path.append("..")
|
|||
import optimize_upip
|
||||
|
||||
setup(name='micropython-uasyncio',
|
||||
version='1.2.1',
|
||||
version='1.2.2',
|
||||
description='uasyncio module for MicroPython',
|
||||
long_description='Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.',
|
||||
url='https://github.com/micropython/micropython-lib',
|
||||
|
|
Ładowanie…
Reference in New Issue