Skip to content

Commit 97be334

Browse files
pfalcondpgeorge
authored andcommitted
uasyncio.core: Release 2.0.
1 parent 5149a54 commit 97be334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uasyncio.core/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 = 1.7.2
3+
version = 2.0
44
author = Paul Sokolovsky
55
desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).
66
long_desc = Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).

uasyncio.core/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.core',
10-
version='1.7.2',
10+
version='2.0',
1111
description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
1212
long_description='Lightweight asyncio-like library for MicroPython, built around native Python coroutines. (Core event loop).',
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)