uasyncio.core: Release 1.4.2.

pull/188/head
Paul Sokolovsky 2017-06-08 02:48:45 +03:00
rodzic b9540e4afe
commit a4b75ab2bf
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.1
version = 1.4.2
author = Paul Sokolovsky
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
depends = logging

Wyświetl plik

@ -7,7 +7,7 @@ sys.path.append("..")
import optimize_upip
setup(name='micropython-uasyncio.core',
version='1.4.1',
version='1.4.2',
description='uasyncio.core module for MicroPython',
long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).',
url='https://github.com/micropython/micropython-lib',