aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-10-11 11:22:25 +0200
committertarek <none@none>2009-10-11 11:22:25 +0200
commit009a483d58c57a15f469232daa0de302a877d186 (patch)
treeeb6c356438ee47af7918179d9e9e2df04a12bd2a /setup.py
parent5d7a14a28bc7d65a0b35af16a51e5d75e8459f27 (diff)
downloadexternal_python_setuptools-009a483d58c57a15f469232daa0de302a877d186.tar.gz
external_python_setuptools-009a483d58c57a15f469232daa0de302a877d186.tar.bz2
external_python_setuptools-009a483d58c57a15f469232daa0de302a877d186.zip
starting 0.6.5
--HG-- branch : distribute extra : rebase_source : 6925947fb2b7beef652eef8a2683cae710f46e58
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 c4116559..13cbca7c 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.4"
+VERSION = "0.6.5"
from setuptools import setup, find_packages
import sys