diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-19 08:51:59 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-19 08:51:59 -0500 |
| commit | aa2269f68c8708f6498300f7d0a93a3a5eba562f (patch) | |
| tree | 821f5c49151caf391e288c820594b7ac714537a1 /setuptools | |
| parent | af8cbefb0b5e07834e80bacc7278350b183ca63d (diff) | |
| download | python-setuptools-git-aa2269f68c8708f6498300f7d0a93a3a5eba562f.tar.gz | |
Bumped to 0.7.5 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 f7612bce..6be7006a 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.7.4' +__version__ = '0.7.5' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
