]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Bump zetuptoolz version number.
authorDaira Hopwood <daira@jacaranda.org>
Fri, 26 Sep 2014 00:04:32 +0000 (01:04 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 30 Sep 2014 17:46:32 +0000 (18:46 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
setuptools-0.6c16dev4.egg/EGG-INFO/PKG-INFO
setuptools-0.6c16dev4.egg/setuptools/__init__.py

index f8c5e16641ce0b992c63ca2aa2a82e8adf172e69..fd497e01d76f8476581b3059b98d45e13f928379 100644 (file)
@@ -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
index 8b4f1cacc943b00d6356b64fc59a6fc3a28ffe58..deade6220a87c739d2207e154a8d66b741c568bd 100644 (file)
@@ -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'