summaryrefslogtreecommitdiff
path: root/argparse.py
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-07-26 15:44:42 +0000
committersteven.bethard <devnull@localhost>2009-07-26 15:44:42 +0000
commit78b577f62915b87f4235f0352c92be1760c79c4e (patch)
tree61413702838e6240fcb65eebaf34977609345287 /argparse.py
parentcffc1b330eb2293efba0b57bb0a3b56080283c75 (diff)
downloadargparse-78b577f62915b87f4235f0352c92be1760c79c4e.tar.gz
Bump versions to 1.0 and generate documentation for 1.0 release.r10
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 05dbffb..73b48b6 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__ = '0.9.2'
+__version__ = '1.0'
__all__ = [
'ArgumentParser',
'ArgumentError',