From f64570ba713fa2818b99b0efdeb0a10fb4cee751 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 28 May 2016 02:38:03 +0300 Subject: [PATCH] uasyncio.core: Release 0.9.1. --- uasyncio.core/metadata.txt | 2 +- uasyncio.core/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uasyncio.core/metadata.txt b/uasyncio.core/metadata.txt index 624350eb..c93e5c04 100644 --- a/uasyncio.core/metadata.txt +++ b/uasyncio.core/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 0.9 +version = 0.9.1 author = Paul Sokolovsky long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop). depends = logging diff --git a/uasyncio.core/setup.py b/uasyncio.core/setup.py index 89861403..4e6c703e 100644 --- a/uasyncio.core/setup.py +++ b/uasyncio.core/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-uasyncio.core', - version='0.9', + version='0.9.1', 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',