From 789247bdd4298278011b40e0be19a51cbf699e3b Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 26 Sep 2014 01:04:32 +0100 Subject: [PATCH] Bump zetuptoolz version number. Signed-off-by: Daira Hopwood --- setuptools-0.6c16dev4.egg/EGG-INFO/PKG-INFO | 2 +- setuptools-0.6c16dev4.egg/setuptools/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' -- 2.45.2