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 | b0f4c106235c2ff0731bc037d9cff7e9e1120e31 (patch) | |
| tree | fa58a35661fa9273f17a677e45e28f4ba2d593be /setuptools/__init__.py | |
| parent | 4a6291eda2c361f3c5118c6e1b8ffb61756002cb (diff) | |
| download | python-setuptools-bitbucket-b0f4c106235c2ff0731bc037d9cff7e9e1120e31.tar.gz | |
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' |
