uasyncio.core: Release 1.2.1.

pull/173/head
Paul Sokolovsky 2017-05-01 16:10:51 +03:00
rodzic aea501add6
commit 36744578e2
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
version = 1.2.1
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.2',
version='1.2.1',
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',