uasyncio.core: Release 0.8.3.

pull/16/head
Paul Sokolovsky 2014-12-17 00:34:14 +02:00
rodzic db6c9fbaa9
commit 8b2a51a7f4
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -6,7 +6,7 @@ from setuptools import setup
setup(name='micropython-uasyncio.core',
version='0.8.2',
version='0.8.3',
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/issues/405',