argparse: Release 0.4.

pull/261/head
Paul Sokolovsky 2018-02-02 01:22:59 +02:00
rodzic 08b522abac
commit 1e2c8d9ce9
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
srctype = micropython-lib
type = module
version = 0.3.3
version = 0.4
author = Damien George

Wyświetl plik

@ -7,13 +7,13 @@ sys.path.append("..")
import optimize_upip
setup(name='micropython-argparse',
version='0.3.3',
version='0.4',
description='argparse 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='Damien George',
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},