We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f56f9 commit b8f91ceCopy full SHA for b8f91ce
uasyncio/metadata.txt
@@ -1,6 +1,6 @@
1
srctype = micropython-lib
2
type = package
3
-version = 2.2.1
+version = 2.3
4
author = Paul Sokolovsky
5
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines.
6
long_desc = README.rst
uasyncio/setup.py
@@ -7,7 +7,7 @@
7
import sdist_upip
8
9
setup(name='micropython-uasyncio',
10
- version='2.2.1',
+ version='2.3',
11
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines.',
12
long_description=open('README.rst').read(),
13
url='https://github.com/pfalcon/micropython-lib',
0 commit comments