kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio: Release 0.6.2.
rodzic
a776b5086e
commit
1256840278
|
@ -1,6 +1,6 @@
|
|||
srctype = micropython-lib
|
||||
type = module
|
||||
version = 0.6.1
|
||||
version = 0.6.2
|
||||
author = Paul Sokolovsky
|
||||
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.
|
||||
depends = heapq, errno, select, logging
|
||||
|
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||
|
||||
|
||||
setup(name='micropython-uasyncio',
|
||||
version='0.6.1',
|
||||
version='0.6.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/issues/405',
|
||||
|
|
Ładowanie…
Reference in New Issue