aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-10-15 22:23:24 +0200
committertarek <none@none>2009-10-15 22:23:24 +0200
commit23229041ce73c90615ecefa80a720da785cd54cd (patch)
treefb87c7179c6cd07b21cf950975add7528765c95f /setup.py
parent5cbce15dc90730c38c1697b8011cecb0618ae89c (diff)
downloadexternal_python_setuptools-23229041ce73c90615ecefa80a720da785cd54cd.tar.gz
external_python_setuptools-23229041ce73c90615ecefa80a720da785cd54cd.tar.bz2
external_python_setuptools-23229041ce73c90615ecefa80a720da785cd54cd.zip
starting 0.6.6
--HG-- branch : distribute extra : rebase_source : 15b88555dec253c490ee91a6e71ec1c945fdf6b0
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 1459ffe9..da59d365 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.5"
+VERSION = "0.6.6"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py