summaryrefslogtreecommitdiff
path: root/argparse.py
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2010-03-01 07:52:39 +0000
committersteven.bethard <devnull@localhost>2010-03-01 07:52:39 +0000
commit7caab13595c10bc72d7b72a5494fd8cd2b57f22c (patch)
treeda0ddbd9f864bbc479f67f14d01dcfd7897ba652 /argparse.py
parent3be7b3eb9fc55ddad0a5950602deabcff5f046d9 (diff)
downloadargparse-7caab13595c10bc72d7b72a5494fd8cd2b57f22c.tar.gz
Release argparse 1.1.r11
Diffstat (limited to 'argparse.py')
-rw-r--r--argparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/argparse.py b/argparse.py
index 4966b14..a060129 100644
--- a/argparse.py
+++ b/argparse.py
@@ -75,7 +75,7 @@ considered public as object names -- the API of the formatter objects is
still considered an implementation detail.)
"""
-__version__ = '1.1a1'
+__version__ = '1.1'
__all__ = [
'ArgumentParser',
'ArgumentError',