File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11srctype = micropython-lib
22type = package
3- version = 1.7.1
3+ version = 1.7.2
44author = Paul Sokolovsky
55desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
66long_desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
Original file line number Diff line number Diff line change 77import sdist_upip
88
99setup (name = 'micropython-uasyncio.core' ,
10- version = '1.7.1 ' ,
10+ version = '1.7.2 ' ,
1111 description = 'Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).' ,
1212 long_description = 'Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).' ,
1313 url = 'https://github.com/micropython/micropython-lib' ,
You can’t perform that action at this time.
0 commit comments