urllib.urequest: Release 0.5.1.

pull/236/merge
Paul Sokolovsky 2018-01-14 11:41:14 +02:00
rodzic 469e029dd2
commit 23ac9e5821
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
srctype = micropython-lib
type = package
version = 0.5
version = 0.5.1
author = Paul Sokolovsky

Wyświetl plik

@ -7,13 +7,13 @@ sys.path.append("..")
import optimize_upip
setup(name='micropython-urllib.urequest',
version='0.5',
version='0.5.1',
description='urllib.urequest module for MicroPython',
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.",
url='https://github.com/micropython/micropython-lib',
author='Paul Sokolovsky',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},