summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2007-01-09 22:23:58 +0000
committerPJ Eby <distutils-sig@python.org>2007-01-09 22:23:58 +0000
commit978ad834509811915fa3990d56b1551fa52d7398 (patch)
treeb34bb9ff066e14d14d500e7800ef219fdb64e0a8 /setup.py
parent7d7a2753ab938b315d54e55ccaf7cb2aa23ec13f (diff)
downloadpython-setuptools-bitbucket-978ad834509811915fa3990d56b1551fa52d7398.tar.gz
Bump to 0.6c6. :(
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 d45f3c1d..e7f67525 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ d = {}
execfile(convert_path('setuptools/command/__init__.py'), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6c5"
+VERSION = "0.6c6"
from setuptools import setup, find_packages
import sys