Skip to content

Commit 23ac9e5

Browse files
committed
urllib.urequest: Release 0.5.1.
1 parent 469e029 commit 23ac9e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.5
3+
version = 0.5.1
44
author = Paul Sokolovsky

urllib.urequest/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
import optimize_upip
88

99
setup(name='micropython-urllib.urequest',
10-
version='0.5',
10+
version='0.5.1',
1111
description='urllib.urequest module for MicroPython',
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',
1414
author='Paul Sokolovsky',
1515
author_email='[email protected]',
16-
maintainer='MicroPython Developers',
16+
maintainer='micropython-lib Developers',
1717
maintainer_email='[email protected]',
1818
license='MIT',
1919
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

0 commit comments

Comments
 (0)