diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-03 08:30:58 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-03 08:30:58 -0400 |
| commit | f179cf165b6c519790488127ae721204df62dd54 (patch) | |
| tree | 08c83e591ec931412172f131299c3a329c23ef2d /setuptools/__init__.py | |
| parent | bd2ad94191e790cf264062c8469996d336d1f5db (diff) | |
| parent | b03a9e293b94b338027c4983c2ac3764692dd297 (diff) | |
| download | external_python_setuptools-f179cf165b6c519790488127ae721204df62dd54.tar.gz external_python_setuptools-f179cf165b6c519790488127ae721204df62dd54.tar.bz2 external_python_setuptools-f179cf165b6c519790488127ae721204df62dd54.zip | |
Merge setuptools.archive_util and setuptools.archive_util and setuptools.depends
--HG--
branch : Setuptools-Distribute merge
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 08de4349..414b4b5d 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.6' +__version__ = '0.7' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
