uasyncio: Release 0.6.2.

pull/11/head
Paul Sokolovsky 2014-10-18 14:26:28 +03:00
rodzic a776b5086e
commit 1256840278
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
srctype = micropython-lib srctype = micropython-lib
type = module type = module
version = 0.6.1 version = 0.6.2
author = Paul Sokolovsky author = Paul Sokolovsky
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess. long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.
depends = heapq, errno, select, logging depends = heapq, errno, select, logging

Wyświetl plik

@ -6,7 +6,7 @@ from setuptools import setup
setup(name='micropython-uasyncio', setup(name='micropython-uasyncio',
version='0.6.1', version='0.6.2',
description='uasyncio module for MicroPython', description='uasyncio module for MicroPython',
long_description='Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.', long_description='Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.',
url='https://github.com/micropython/micropython/issues/405', url='https://github.com/micropython/micropython/issues/405',