From 166d7ab1aa4622eac916d197848aae9de7518ba6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 15 Nov 2014 20:43:41 +0100 Subject: add universal wheel support, host files on pypi --- argparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'argparse.py') diff --git a/argparse.py b/argparse.py index 32d948c..3d04620 100644 --- a/argparse.py +++ b/argparse.py @@ -61,7 +61,7 @@ considered public as object names -- the API of the formatter objects is still considered an implementation detail.) """ -__version__ = '1.2.1' +__version__ = '1.2.2' __all__ = [ 'ArgumentParser', 'ArgumentError', -- cgit v1.2.1