diff --git a/uasyncio/metadata.txt b/uasyncio/metadata.txt index 7bdbfbe9..bac25de4 100644 --- a/uasyncio/metadata.txt +++ b/uasyncio/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 0.8 +version = 0.8.1 author = Paul Sokolovsky long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess. depends = errno, select, uasyncio.core diff --git a/uasyncio/setup.py b/uasyncio/setup.py index ccb63ad6..e0c2a3df 100644 --- a/uasyncio/setup.py +++ b/uasyncio/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-uasyncio', - version='0.8', + version='0.8.1', 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/issues/405',