aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-05-06 23:14:00 +0200
committerTarek Ziade <tarek@ziade.org>2010-05-06 23:14:00 +0200
commitde6e3bcc3c77bff17a6609b31bc1b6a9212bbd88 (patch)
tree00c05b9576eec4cd7d8c6ca682d9b8dc8949fdea /setup.py
parentf87d68ef3b1c349dc40b4b3de9e3a2956bce934d (diff)
downloadexternal_python_setuptools-de6e3bcc3c77bff17a6609b31bc1b6a9212bbd88.tar.gz
external_python_setuptools-de6e3bcc3c77bff17a6609b31bc1b6a9212bbd88.tar.bz2
external_python_setuptools-de6e3bcc3c77bff17a6609b31bc1b6a9212bbd88.zip
raised the revision
--HG-- branch : distribute extra : rebase_source : 294117170d32ada89385db57b12e25ab2fbb8523
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 43aa1540..3ae40817 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.12"
+VERSION = "0.6.13"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py