diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-05 13:12:49 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-05 13:12:49 -0400 |
| commit | 70dc35dcc21fdb1918e5562d105427aeea424c28 (patch) | |
| tree | 5cd52b5e3bd76be2ccfd698d51c12de0b2467831 /setuptools | |
| parent | 73e4762324f76746d03c89306b2b2bb7917a13a1 (diff) | |
| download | python-setuptools-git-70dc35dcc21fdb1918e5562d105427aeea424c28.tar.gz | |
Bumped to 0.9 in preparation for next release.
Diffstat (limited to 'setuptools')
| -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 a8e7617a..bc62cf82 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.8' +__version__ = '0.9' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
