From f1fa3a7ff1a5c00be102e5d037fee0d556e4ca17 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 9 Dec 2017 18:08:50 +0200 Subject: [PATCH] uasyncio: Release 1.3. --- 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 648d87ed..a9632f9f 100644 --- a/uasyncio/metadata.txt +++ b/uasyncio/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 1.2.4 +version = 1.3 author = Paul Sokolovsky desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. long_desc = README.rst diff --git a/uasyncio/setup.py b/uasyncio/setup.py index f1ccc55e..e5b379ec 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.4', + version='1.3', description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines.', long_description=open('README.rst').read(), url='https://github.com/micropython/micropython-lib',