8000 uasyncio: Release 0.8.1. · micropython/micropython-lib@1cbd559 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cbd559

Browse files
author
Paul Sokolovsky
committed
uasyncio: Release 0.8.1.
1 parent 99fa203 commit 1cbd559

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 = 0.8
3+
version = 0.8.1
44
author = Paul Sokolovsky
55
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.
66
depends = errno, select, uasyncio.core

uasyncio/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-uasyncio',
9-
version='0.8',
9+
version='0.8.1',
1010
description='uasyncio module for MicroPython',
1111
long_description='Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.',
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)
0