uasyncio.core: Release 1.7.

pull/234/merge
Paul Sokolovsky 2017-12-15 20:24:40 +02:00
rodzic ac1d0391d8
commit fede052d48
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
srctype = micropython-lib
type = package
version = 1.6
version = 1.7
author = Paul Sokolovsky
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
long_desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).

Wyświetl plik

@ -7,7 +7,7 @@ sys.path.append("..")
import optimize_upip
setup(name='micropython-uasyncio.core',
version='1.6',
version='1.7',
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
long_description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
url='https://github.com/micropython/micropython-lib',