diff --git a/uasyncio/metadata.txt b/uasyncio/metadata.txt index 00dac655..4c903312 100644 --- a/uasyncio/metadata.txt +++ b/uasyncio/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 1.1 +version = 1.1.1 author = Paul Sokolovsky long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess. depends = uasyncio.core diff --git a/uasyncio/setup.py b/uasyncio/setup.py index 18da5166..40edc7d3 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.1', + version='1.1.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-lib',