From f5fe55aaef1a39d3d56f07040c0ff9f7e841fdf7 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 6 Jun 2017 21:27:50 +0300 Subject: [PATCH] uasyncio: Release 1.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 826a4a39..11a6d3df 100644 --- a/uasyncio/metadata.txt +++ b/uasyncio/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 1.1.2 +version = 1.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 5f0f3c5c..ffb5870a 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.1.2', + version='1.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',