summaryrefslogtreecommitdiff
path: root/argparse.py
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-09-12 15:19:37 +0000
committersteven.bethard <devnull@localhost>2009-09-12 15:19:37 +0000
commitf1896f4bb7648efff2398b02061791db65771224 (patch)
treed81986c8b97c15e1177a2473bd14e8a41329fa44 /argparse.py
parentbc5617869939b834107bfcdf1142b879a1903348 (diff)
downloadargparse-f1896f4bb7648efff2398b02061791db65771224.tar.gz
Bump version numbers to 1.0.1 in preparation for bugfixes.
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 73b48b6..27929ee 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'
+__version__ = '1.0.1'
__all__ = [
'ArgumentParser',
'ArgumentError',