From 5cf6600e5e4f906833c3525ec92ef56e477dbc3c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 20 Apr 2017 21:32:07 +0300 Subject: [PATCH] uasyncio.core: Release 1.2. --- 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 14eb3092..d94074be 100644 --- a/uasyncio.core/metadata.txt +++ b/uasyncio.core/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 1.1.1 +version = 1.2 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 2adf8eb5..139e0aa1 100644 --- a/uasyncio.core/setup.py +++ b/uasyncio.core/setup.py @@ -7,7 +7,7 @@ sys.path.append("..") import optimize_upip setup(name='micropython-uasyncio.core', - version='1.1.1', + version='1.2', 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-lib',