diff --git a/uasyncio/metadata.txt b/uasyncio/metadata.txt index 4c903312..826a4a39 100644 --- a/uasyncio/metadata.txt +++ b/uasyncio/metadata.txt @@ -1,6 +1,6 @@ srctype = micropython-lib type = package -version = 1.1.1 +version = 1.1.2 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 40edc7d3..5f0f3c5c 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.1', + version='1.1.2', 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',