From ba116dd30edfaf0e2feabaa01e0adb643235743a Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Mon, 22 Aug 2005 03:50:19 +0000 Subject: Bump release version to 0.6a1. Fix a minor cosmetic issue on certain ez_setup installs. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041224 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 038c86fe..cea8d918 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def get_description(): f.close() return ''.join(lines) -VERSION = "0.6a0" +VERSION = "0.6a1" from setuptools import setup, find_packages import sys -- cgit v1.2.1