diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 16:16:58 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 16:16:58 -0400 |
commit | 21ba9de1f81928b82344d3f61031cb14f1451cdc (patch) | |
tree | c2d0b13e6922719a850dc05c4e800f48cf3ae1c9 /setuptools/__init__.py | |
parent | 9298e5f23a1edbbab4b2da4ca9e9496b8e69c0dc (diff) | |
download | external_python_setuptools-21ba9de1f81928b82344d3f61031cb14f1451cdc.tar.gz external_python_setuptools-21ba9de1f81928b82344d3f61031cb14f1451cdc.tar.bz2 external_python_setuptools-21ba9de1f81928b82344d3f61031cb14f1451cdc.zip |
Bumped to 0.9.1 in preparation for next release.
Diffstat (limited to 'setuptools/__init__.py')
-rw-r--r-- | setuptools/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py index 9158fd75..7da5a3bd 100644 --- a/setuptools/__init__.py +++ b/setuptools/__init__.py @@ -8,7 +8,7 @@ from distutils.util import convert_path import os import sys -__version__ = '0.10' +__version__ = '0.9.1' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |