aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-08-22 03:50:19 +0000
committerPJ Eby <distutils-sig@python.org>2005-08-22 03:50:19 +0000
commitba116dd30edfaf0e2feabaa01e0adb643235743a (patch)
tree1a61f51079c67008b131ca6e368939ee3b12b603 /setup.py
parent369ee0017f5a20b63f3f503196988ef5f111aa08 (diff)
downloadexternal_python_setuptools-ba116dd30edfaf0e2feabaa01e0adb643235743a.tar.gz
external_python_setuptools-ba116dd30edfaf0e2feabaa01e0adb643235743a.tar.bz2
external_python_setuptools-ba116dd30edfaf0e2feabaa01e0adb643235743a.zip
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
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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