uasyncio: Release 1.3.

pull/234/merge
Paul Sokolovsky 2017-12-09 18:08:50 +02:00
rodzic 04c0110319
commit f1fa3a7ff1
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.4
version = 1.3
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.4',
version='1.3',
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',