uasyncio: Release 1.2.4.

pull/227/merge
Paul Sokolovsky 2017-11-05 17:52:15 +02:00
rodzic 9c18d6f39b
commit bd828087e1
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
srctype = micropython-lib
type = package
version = 1.2.3
version = 1.2.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.2.3',
version='1.2.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',