uasyncio.core: Release 0.9.1.

pull/75/merge
Paul Sokolovsky 2016-05-28 02:38:03 +03:00
rodzic e6ca37faa8
commit f64570ba71
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
srctype = micropython-lib srctype = micropython-lib
type = package type = package
version = 0.9 version = 0.9.1
author = Paul Sokolovsky author = Paul Sokolovsky
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop). long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
depends = logging depends = logging

Wyświetl plik

@ -6,7 +6,7 @@ from setuptools import setup
setup(name='micropython-uasyncio.core', setup(name='micropython-uasyncio.core',
version='0.9', version='0.9.1',
description='uasyncio.core module for MicroPython', description='uasyncio.core module for MicroPython',
long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).', long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).',
url='https://github.com/micropython/micropython/issues/405', url='https://github.com/micropython/micropython/issues/405',