From 7d9eb0716c0aa70258a85d334724779baea30bb1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 10 Jun 2017 16:11:41 +0300 Subject: [PATCH] uasyncio: Release 1.2.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 b366383d..6ffe4291 100644 --- a/uasyncio/metadata.txt +++ b/uasyncio/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 1.2.1 +version = 1.2.2 author = Paul Sokolovsky long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess. depends = uasyncio.core diff --git a/uasyncio/setup.py b/uasyncio/setup.py index 491f6fa9..0908f715 100644 --- a/uasyncio/setup.py +++ b/uasyncio/setup.py @@ -7,7 +7,7 @@ sys.path.append("..") import optimize_upip setup(name='micropython-uasyncio', - version='1.2.1', + version='1.2.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-lib',