aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2007-09-26 17:04:48 +0000
committerPJ Eby <distutils-sig@python.org>2007-09-26 17:04:48 +0000
commit85ee3531269270d7810ac83487074b4c97215e45 (patch)
tree3e434958a706cc11fe6d198e78f38a13544392a8 /setup.py
parent9a85e27d37de119928325f879b35e69eb074bd81 (diff)
downloadexternal_python_setuptools-85ee3531269270d7810ac83487074b4c97215e45.tar.gz
external_python_setuptools-85ee3531269270d7810ac83487074b4c97215e45.tar.bz2
external_python_setuptools-85ee3531269270d7810ac83487074b4c97215e45.zip
Bump version.
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058258
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 b72557c7..a9b51392 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.6c7"
+VERSION = "0.6c8"
from setuptools import setup, find_packages
import sys