diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-07 02:10:14 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-07 02:10:14 +0000 |
commit | 61d2fd1d71e8940531c35327e6d91c41ddcd9dbd (patch) | |
tree | 5f3939a5ca1432303ddaffde0e34e0f685c95015 /setup.py | |
parent | 695ddfb6724e59a51d9e523ad3e51c21b2890129 (diff) | |
download | external_python_setuptools-61d2fd1d71e8940531c35327e6d91c41ddcd9dbd.tar.gz external_python_setuptools-61d2fd1d71e8940531c35327e6d91c41ddcd9dbd.tar.bz2 external_python_setuptools-61d2fd1d71e8940531c35327e6d91c41ddcd9dbd.zip |
Bump release version
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041089
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env python """Distutils setup file, used to install or test 'setuptools'""" -VERSION = "0.5a5" +VERSION = "0.5a6" from setuptools import setup, find_packages, Require setup( |