uasyncio: Release 1.4.

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

Wyświetl plik

@ -1,6 +1,6 @@
srctype = micropython-lib
type = package
version = 1.3
version = 1.4
author = Paul Sokolovsky
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines.
long_desc = README.rst

Wyświetl plik

@ -7,7 +7,7 @@ sys.path.append("..")
import optimize_upip
setup(name='micropython-uasyncio',
version='1.3',
version='1.4',
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines.',
long_description=open('README.rst').read(),
url='https://github.com/micropython/micropython-lib',