aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-09-27 04:22:10 +0200
committertarek <none@none>2009-09-27 04:22:10 +0200
commit893c3f0078debd2585eb847a547b1748133417ab (patch)
tree3cb7853b6b7ae3282c563bf897919c6164a6627b /setup.py
parentca0acdd53dbcb49e0f2c2f6c78c0312a2e304bce (diff)
downloadexternal_python_setuptools-893c3f0078debd2585eb847a547b1748133417ab.tar.gz
external_python_setuptools-893c3f0078debd2585eb847a547b1748133417ab.tar.bz2
external_python_setuptools-893c3f0078debd2585eb847a547b1748133417ab.zip
starting 0.6.4
--HG-- branch : distribute extra : rebase_source : c36bab6b9c5d0134caef0a0cbf7cdbe79ec781d7
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 04f81ca8..7f6cbdf6 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.3"
+VERSION = "0.6.4"
from setuptools import setup, find_packages
import sys