File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
srctype = micropython-lib
2
2
type = package
3
- version = 1.7.1
3
+ version = 1.7.2
4
4
author = Paul Sokolovsky
5
5
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
6
6
long_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 7
7
import sdist_upip
8
8
9
9
setup (name = 'micropython-uasyncio.core' ,
10
- version = '1.7.1 ' ,
10
+ version = '1.7.2 ' ,
11
11
description = 'Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).' ,
12
12
long_description = 'Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).' ,
13
13
url = 'https://github.com/micropython/micropython-lib' ,
You can’t perform that action at this time.
0 commit comments