diff options
author | PJ Eby <distutils-sig@python.org> | 2005-08-22 03:50:19 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-08-22 03:50:19 +0000 |
commit | ba116dd30edfaf0e2feabaa01e0adb643235743a (patch) | |
tree | 1a61f51079c67008b131ca6e368939ee3b12b603 /setup.py | |
parent | 369ee0017f5a20b63f3f503196988ef5f111aa08 (diff) | |
download | external_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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |