summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2009-10-19 21:06:29 +0000
committerPJ Eby <distutils-sig@python.org>2009-10-19 21:06:29 +0000
commit33415044219744c3d3c27096959f4e5e4fb6998e (patch)
treef2ae6019e45a2f60a8c7d54b960140b7c3fbdb84 /setup.py
parent7742bceaefff829d1c886e410f5124902c52516c (diff)
downloadpython-setuptools-git-33415044219744c3d3c27096959f4e5e4fb6998e.tar.gz
Update to version 0.6c11
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075545
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 198ae88d..b9a40769 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.6c10"
+VERSION = "0.6c11"
from setuptools import setup, find_packages
import sys