From f7288a7f76db04584c4fbb43d86adfda29285e90 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Mon, 18 Jul 2005 02:06:30 +0000 Subject: Massive API refactoring; see setuptools.txt changelog for details. Also, add ``#egg=project-version`` link support, and docs on how to make your package available for EasyInstall to find. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041136 --- setuptools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/__init__.py') diff --git a/setuptools/__init__.py b/setuptools/__init__.py index 36c1e3d8..05c4a73e 100644 --- a/setuptools/__init__.py +++ b/setuptools/__init__.py @@ -7,7 +7,7 @@ from distutils.core import Command as _Command from distutils.util import convert_path import os.path -__version__ = '0.5a13' +__version__ = '0.6a0' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' -- cgit v1.2.3