diff --git a/setuptools-0.6c16dev4.egg/EGG-INFO/PKG-INFO b/setuptools-0.6c16dev4.egg/EGG-INFO/PKG-INFO index f8c5e1664..fd497e01d 100644 --- a/setuptools-0.6c16dev4.egg/EGG-INFO/PKG-INFO +++ b/setuptools-0.6c16dev4.egg/EGG-INFO/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: setuptools -Version: 0.6c16dev4 +Version: 0.6c16dev5 Summary: Download, build, install, upgrade, and uninstall Python packages -- easily! (zetuptoolz fork) Home-page: http://pypi.python.org/pypi/setuptools Author: Phillip J. Eby diff --git a/setuptools-0.6c16dev4.egg/setuptools/__init__.py b/setuptools-0.6c16dev4.egg/setuptools/__init__.py index 8b4f1cacc..deade6220 100644 --- a/setuptools-0.6c16dev4.egg/setuptools/__init__.py +++ b/setuptools-0.6c16dev4.egg/setuptools/__init__.py @@ -9,7 +9,7 @@ import os.path import os import sys -__version__ = '0.6c16dev4' +__version__ = '0.6c16dev5' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages'