Skip to content

Commit ceab4f3

Browse files
author
Paul Sokolovsky
committed
urllib.urequest: Release 0.4.1.
1 parent d036673 commit ceab4f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

urllib.urequest/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
srctype = micropython-lib
22
type = package
3-
version = 0.4
3+
version = 0.4.1
44
author = Paul Sokolovsky

urllib.urequest/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-urllib.urequest',
9-
version='0.4',
9+
version='0.4.1',
1010
description='urllib.urequest module for MicroPython',
1111
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.",
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)