summaryrefslogtreecommitdiff
path: root/README.txt
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 /README.txt
parentcffc1b330eb2293efba0b57bb0a3b56080283c75 (diff)
downloadargparse-78b577f62915b87f4235f0352c92be1760c79c4e.tar.gz
Bump versions to 1.0 and generate documentation for 1.0 release.r10
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 4e3cfc6..f651f30 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-argparse 0.9.2
-==============
+argparse 1.0
+============
The argparse module makes writing command line tools in Python easy.
Just briefly describe your command line interface and argparse will
@@ -24,7 +24,7 @@ including:
REQUIREMENTS & INSTALLATION
---------------------------
-The argparse module requires Python 2.4 or greater, and can be
+The argparse module requires Python 2.3 or greater, and can be
installed with the standard Python installation procedure:
python setup.py install