Skip to content

Commit ec67618

Browse files
committed
uasyncio.core: Release 1.5.
1 parent b2dd97c commit ec67618

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.4.2
3+
version = 1.5
44
author = Paul Sokolovsky
55
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
66
depends = logging

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

0 commit comments

Comments
 (0)