summaryrefslogtreecommitdiff
path: root/argparse.py
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-10-24 15:16:49 +0000
committersteven.bethard <devnull@localhost>2009-10-24 15:16:49 +0000
commit03eef47787030206ee5b34a06b1f3e8084998838 (patch)
tree98a8c158ec6eea7f6b28783d7f772a618769066a /argparse.py
parent7fc9baae61b571e086e08b00e20cfa4377363cbc (diff)
downloadargparse-03eef47787030206ee5b34a06b1f3e8084998838.tar.gz
Bump version to 1.1a1.
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 1ab2a53..bfa966c 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.0.2'
+__version__ = '1.1a1'
__all__ = [
'ArgumentParser',
'ArgumentError',