summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTarek Ziadé <tarek@ziade.org>2009-07-16 10:59:43 +0200
committerTarek Ziadé <tarek@ziade.org>2009-07-16 10:59:43 +0200
commitf49444eca4d22cd394a20a193499b8df416c3e48 (patch)
tree32577302826d36c529500a3104a85542665601cd /setup.py
parent2ef98daeed368a84eeb0a25c6a25ba1d86f91985 (diff)
downloadpython-setuptools-git-f49444eca4d22cd394a20a193499b8df416c3e48.tar.gz
changed target version : 0.6c9 -> 0.6
--HG-- branch : distribute extra : rebase_source : 1e6897a8ce595224a2a45cb9fab8148a24679591
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 95f916f2..e069c4eb 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ d = {}
execfile(convert_path('setuptools/command/__init__.py'), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6c9"
+VERSION = "0.6"
from setuptools import setup, find_packages
import sys