From 89480056ed584ff6ad7cb6c3e116eb7f2dd79d70 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 19 Oct 2015 10:05:48 +0300 Subject: [PATCH] argparse: Release 0.3. --- argparse/metadata.txt | 2 +- argparse/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argparse/metadata.txt b/argparse/metadata.txt index 08db1f49..7167ea37 100644 --- a/argparse/metadata.txt +++ b/argparse/metadata.txt @@ -1,4 +1,4 @@ srctype = micropython-lib type = module -version = 0.2 +version = 0.3 author = Damien George diff --git a/argparse/setup.py b/argparse/setup.py index 6b5c51de..98803e6d 100644 --- a/argparse/setup.py +++ b/argparse/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='micropython-argparse', - version='0.2', + version='0.3', 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/issues/405',