uasyncio.core: Release 1.2.

pull/170/head
Paul Sokolovsky 2017-04-20 21:32:07 +03:00
rodzic bb3057ffed
commit 5cf6600e5e
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.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.1.1',
version='1.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',