Skip to content

Commit 0552589

Browse files
committed
uasyncio.queues: Release 0.1.2.
1 parent 614f5e6 commit 0552589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uasyncio.queues/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
srctype = micropython-lib
22
type = package
3-
version = 0.1.1
3+
version = 0.1.2
44
long_desc = Port of asyncio.queues to uasyncio.
55
depends = uasyncio.core, collections.deque

uasyncio.queues/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.queues',
10-
version='0.1.1',
10+
version='0.1.2',
1111
description='uasyncio.queues module for MicroPython',
1212
long_description='Port of asyncio.queues to uasyncio.',
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)