Skip to content

Commit b8f91ce

Browse files
committed
uasyncio: Release 2.3.
1 parent 56f56f9 commit b8f91ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uasyncio/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
srctype = micropython-lib
22
type = package
3-
version = 2.2.1
3+
version = 2.3
44
author = Paul Sokolovsky
55
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines.
66
long_desc = README.rst

uasyncio/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sdist_upip
88

99
setup(name='micropython-uasyncio',
10-
version='2.2.1',
10+
version='2.3',
1111
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines.',
1212
long_description=open('README.rst').read(),
1313
url='https://github.com/pfalcon/micropython-lib',

0 commit comments

Comments
 (0)