Bump zetuptoolz version number.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2014-09-26 01:04:32 +01:00
parent f69c9f2a0e
commit 789247bdd4
2 changed files with 2 additions and 2 deletions

View 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

View 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'