aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-09-08 22:50:40 +0200
committertarek <none@none>2009-09-08 22:50:40 +0200
commitd84216b635ebdf215e3dfc5b8a6df2861a151f25 (patch)
tree16bb4211ed3d8f3cdb7f4177ce4c1308dfd29f88 /setup.py
parentcc278c1c8c13c02cb4d1675980160116656ed729 (diff)
downloadexternal_python_setuptools-d84216b635ebdf215e3dfc5b8a6df2861a151f25.tar.gz
external_python_setuptools-d84216b635ebdf215e3dfc5b8a6df2861a151f25.tar.bz2
external_python_setuptools-d84216b635ebdf215e3dfc5b8a6df2861a151f25.zip
starting 0.6.2
--HG-- branch : distribute extra : rebase_source : de67d8e28de624925d10501b025f046075d84114
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 59a3bfa2..9ef640de 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.1"
+VERSION = "0.6.2"
from setuptools import setup, find_packages
import sys