Skip to content

Commit 23ff630

Browse files
committed
uasyncio: Release 1.0.
1 parent 2e5c021 commit 23ff630

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.9.1
3+
version = 1.0
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, uasyncio.core

uasyncio/setup.py

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

99
setup(name='micropython-uasyncio',
10-
version='0.9.1',
10+
version='1.0',
1111
description='uasyncio module for MicroPython',
1212
long_description='Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.',
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)