kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.queues: Release 0.1.2.
rodzic
614f5e61e9
commit
0552589f9f
|
@ -1,5 +1,5 @@
|
|||
srctype = micropython-lib
|
||||
type = package
|
||||
version = 0.1.1
|
||||
version = 0.1.2
|
||||
long_desc = Port of asyncio.queues to uasyncio.
|
||||
depends = uasyncio.core, collections.deque
|
||||
|
|
|
@ -7,7 +7,7 @@ sys.path.append("..")
|
|||
import optimize_upip
|
||||
|
||||
setup(name='micropython-uasyncio.queues',
|
||||
version='0.1.1',
|
||||
version='0.1.2',
|
||||
description='uasyncio.queues module for MicroPython',
|
||||
long_description='Port of asyncio.queues to uasyncio.',
|
||||
url='https://github.com/micropython/micropython-lib',
|
||||
|
|
Ładowanie…
Reference in New Issue