aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-11-01 20:21:40 +0100
committertarek <none@none>2009-11-01 20:21:40 +0100
commitf7a2000adabf8cca6bc691b6c946ccdbb0c81749 (patch)
tree115e152c3fb734537132088e6cc3b31247921f2d /setup.py
parentac52a1f3984ce1c198a1ba4118611be3083ea5e3 (diff)
downloadexternal_python_setuptools-f7a2000adabf8cca6bc691b6c946ccdbb0c81749.tar.gz
external_python_setuptools-f7a2000adabf8cca6bc691b6c946ccdbb0c81749.tar.bz2
external_python_setuptools-f7a2000adabf8cca6bc691b6c946ccdbb0c81749.zip
started 0.6.9
--HG-- branch : distribute extra : rebase_source : 2064f9b14f740b9dbd4bcfa61584d3667471d8d2
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 f9a2bcb2..8dad58c1 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.8"
+VERSION = "0.6.9"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py