uasyncio.core: Release 0.8.

pull/11/head
Paul Sokolovsky 2014-11-04 02:55:21 +02:00
rodzic acbc5e462f
commit 6b5cccaefa
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.7 version = 0.8
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. (Core event loop). long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess. (Core event loop).
depends = heapq, logging depends = heapq, logging

Wyświetl plik

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