uasyncio: Release 0.7.1.

pull/11/head
Paul Sokolovsky 2014-11-04 02:55:40 +02:00
rodzic 6b5cccaefa
commit 79c3d93fa1
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
srctype = micropython-lib
type = package
version = 0.7
version = 0.7.1
author = Paul Sokolovsky
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.
depends = errno, select, uasyncio.core

Wyświetl plik

@ -6,7 +6,7 @@ from setuptools import setup
setup(name='micropython-uasyncio',
version='0.7',
version='0.7.1',
description='uasyncio module for MicroPython',
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',