From 1256840278b38431345662f07602f48f32f1a968 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 18 Oct 2014 14:26:28 +0300 Subject: [PATCH] uasyncio: Release 0.6.2. --- uasyncio/metadata.txt | 2 +- uasyncio/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uasyncio/metadata.txt b/uasyncio/metadata.txt index d0901ec7..d49a2562 100644 --- a/uasyncio/metadata.txt +++ b/uasyncio/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = module -version = 0.6.1 +version = 0.6.2 author = Paul Sokolovsky long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess. depends = heapq, errno, select, logging diff --git a/uasyncio/setup.py b/uasyncio/setup.py index 0e56c754..14ed6622 100644 --- a/uasyncio/setup.py +++ b/uasyncio/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-uasyncio', - version='0.6.1', + version='0.6.2', 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',