From: Daira Hopwood Date: Fri, 26 Sep 2014 00:04:32 +0000 (+0100) Subject: Bump zetuptoolz version number. X-Git-Tag: allmydata-tahoe-1.10.1a1~125 X-Git-Url: https://git.rkrishnan.org/architecture.txt?a=commitdiff_plain;h=789247bdd4298278011b40e0be19a51cbf699e3b;p=tahoe-lafs%2Ftahoe-lafs.git Bump zetuptoolz version number. Signed-off-by: Daira Hopwood --- diff --git a/setuptools-0.6c16dev4.egg/EGG-INFO/PKG-INFO b/setuptools-0.6c16dev4.egg/EGG-INFO/PKG-INFO index f8c5e166..fd497e01 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 8b4f1cac..deade622 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'