uasyncio: Release 2.0.

pull/261/merge
Paul Sokolovsky 2018-02-07 00:18:20 +02:00 zatwierdzone przez Damien George
rodzic 97be3343fa
commit 4238bc9653
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
srctype = micropython-lib
type = package
version = 1.4.2
version = 2.0
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 sdist_upip
setup(name='micropython-uasyncio',
version='1.4.2',
version='2.0',
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',