From 5925aa60e2adcf262599f54ac56542bceabf66b9 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 4 Feb 2018 13:44:38 +0200 Subject: [PATCH] uasyncio: Release 1.4.2. Packaging fix. --- 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 04de84a0..68ceb4b9 100644 --- a/uasyncio/metadata.txt +++ b/uasyncio/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 1.4.1 +version = 1.4.2 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 db084f5d..6dc73ce4 100644 --- a/uasyncio/setup.py +++ b/uasyncio/setup.py @@ -7,7 +7,7 @@ sys.path.append("..") import sdist_upip setup(name='micropython-uasyncio', - version='1.4.1', + version='1.4.2', 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',