Skip to content

Commit 0a581ef

Browse files
pfalcondpgeorge
authored andcommitted
uasyncio.udp: Release 0.1.1.
1 parent 8d75a36 commit 0a581ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uasyncio.udp/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.1
3+
version = 0.1.1
44
author = Paul Sokolovsky
55
desc = UDP support for MicroPython's uasyncio
66
depends = uasyncio

uasyncio.udp/setup.py

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

99
setup(name='micropython-uasyncio.udp',
10-
version='0.1',
10+
version='0.1.1',
1111
description="UDP support for MicroPython's uasyncio",
1212
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)