diff --git a/uasyncio.core/metadata.txt b/uasyncio.core/metadata.txt index 5a18d300..6b143634 100644 --- a/uasyncio.core/metadata.txt +++ b/uasyncio.core/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 1.4.1 +version = 1.4.2 author = Paul Sokolovsky long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop). depends = logging diff --git a/uasyncio.core/setup.py b/uasyncio.core/setup.py index 325fcd13..a2bc3d03 100644 --- a/uasyncio.core/setup.py +++ b/uasyncio.core/setup.py @@ -7,7 +7,7 @@ sys.path.append("..") import optimize_upip setup(name='micropython-uasyncio.core', - version='1.4.1', + version='1.4.2', description='uasyncio.core module for MicroPython', long_description='Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).', url='https://github.com/micropython/micropython-lib',