From 97be3343fabb5520e872dd266573e1c53e29b426 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 7 Feb 2018 00:16:03 +0200 Subject: [PATCH] uasyncio.core: Release 2.0. --- 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 6d40c7a3..21d58166 100644 --- a/uasyncio.core/metadata.txt +++ b/uasyncio.core/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 1.7.2 +version = 2.0 author = Paul Sokolovsky desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop). long_desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop). diff --git a/uasyncio.core/setup.py b/uasyncio.core/setup.py index 3235a6dc..d7c46809 100644 --- a/uasyncio.core/setup.py +++ b/uasyncio.core/setup.py @@ -7,7 +7,7 @@ sys.path.append("..") import sdist_upip setup(name='micropython-uasyncio.core', - version='1.7.2', + version='2.0', description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).', long_description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).', url='https://github.com/micropython/micropython-lib',