summaryrefslogtreecommitdiff
path: root/argparse.py
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-04-28 15:09:48 +0000
committersteven.bethard <devnull@localhost>2009-04-28 15:09:48 +0000
commit004c255a1a75c67ca4c44e12d286e5a915e813f9 (patch)
tree6dc4f3797365d2ba1fd3345edd07d06a2d2b43d6 /argparse.py
parentd6d3a6435a3d0dfa3b195247cde158c458b03ead (diff)
downloadargparse-004c255a1a75c67ca4c44e12d286e5a915e813f9.tar.gz
Bump version to 0.9.1 to include correct license information (also clean out a couple remaining BSD references).
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 bb641e2..a57c923 100644
--- a/argparse.py
+++ b/argparse.py
@@ -72,7 +72,7 @@ considered public as object names -- the API of the formatter objects is
still considered an implementation detail.)
"""
-__version__ = '0.9.0'
+__version__ = '0.9.1'
import os as _os
import re as _re