summaryrefslogtreecommitdiff
path: root/setup.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 /setup.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 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 51fdcd5..2a1bdf3 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ import distutils.core
distutils.core.setup(
name='argparse',
- version='0.9.0',
+ version='0.9.1',
author='Steven Bethard',
author_email='steven.bethard@gmail.com',
url='http://argparse.python-hosting.com/',
@@ -33,10 +33,10 @@ distutils.core.setup(
optparse so popular."""),
license='Apache 2.0',
classifiers=[
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
- 'License :: OSI Approved :: BSD License',
+ 'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Software Development',