urequests: Release 0.5.2.

pull/236/merge
Paul Sokolovsky 2018-01-14 11:34:44 +02:00
rodzic 4d46561a5b
commit cdea2d94cc
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

@ -7,13 +7,13 @@ sys.path.append("..")
import optimize_upip
setup(name='micropython-urequests',
version='0.5.1',
version='0.5.2',
description='urequests 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},