aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-09-26 20:20:03 +0200
committertarek <none@none>2009-09-26 20:20:03 +0200
commit7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6 (patch)
treee5174bfed9aa25dc8a147e9b534dc6a01377c24f /setup.py
parent610e31a405f1129651ef5df3bcf0721ceec3076c (diff)
downloadexternal_python_setuptools-7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6.tar.gz
external_python_setuptools-7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6.tar.bz2
external_python_setuptools-7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6.zip
starting 0.6.3 development
--HG-- branch : distribute extra : rebase_source : 2854b62a13986569c1ad9773c54c73eb62025f70
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 fc4a9c6a..04f81ca8 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.2"
+VERSION = "0.6.3"
from setuptools import setup, find_packages
import sys