uasyncio: Release 1.1.2.

pull/68/merge
Paul Sokolovsky 2017-05-05 11:35:24 +03:00
rodzic 9a72e29564
commit e8e531b754
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
srctype = micropython-lib
type = package
version = 1.1.1
version = 1.1.2
author = Paul Sokolovsky
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.
depends = uasyncio.core

Wyświetl plik

@ -7,7 +7,7 @@ sys.path.append("..")
import optimize_upip
setup(name='micropython-uasyncio',
version='1.1.1',
version='1.1.2',
description='uasyncio module for MicroPython',
long_description='Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.',
url='https://github.com/micropython/micropython-lib',