Skip to content

Commit e9648da

Browse files
committed
uasyncio: Release 0.9.
1 parent 8a32b1b commit e9648da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

uasyncio/metadata.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
srctype = micropython-lib
22
type = package
3-
version = 0.8.1
3+
version = 0.9
44
author = Paul Sokolovsky
55
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.
6-
depends = errno, select, uasyncio.core
6+
depends = errno, uasyncio.core

uasyncio/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-uasyncio',
9-
version='0.8.1',
9+
version='0.9',
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',
@@ -16,4 +16,4 @@
1616
maintainer_email='micro-python@googlegroups.com',
1717
license='MIT',
1818
packages=['uasyncio'],
19-
install_requires=['micropython-errno', 'micropython-select', 'micropython-uasyncio.core'])
19+
install_requires=['micropython-errno', 'micropython-uasyncio.core'])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy