aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-07 02:10:14 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-07 02:10:14 +0000
commit61d2fd1d71e8940531c35327e6d91c41ddcd9dbd (patch)
tree5f3939a5ca1432303ddaffde0e34e0f685c95015 /setup.py
parent695ddfb6724e59a51d9e523ad3e51c21b2890129 (diff)
downloadexternal_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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b8e91302..239823d3 100755
--- a/setup.py
+++ b/setup.py
@@ -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(