aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-05-31 19:39:15 +0200
committerTarek Ziade <tarek@ziade.org>2010-05-31 19:39:15 +0200
commitc4318e2572b0158aa05fa241b85552073bb8400b (patch)
tree8d28763fb9528e7d3f5afac80404a53cf13abab5 /setup.py
parent0fcf811dc7e0f7be7ebd624c84f5c371b15eba1e (diff)
downloadexternal_python_setuptools-c4318e2572b0158aa05fa241b85552073bb8400b.tar.gz
external_python_setuptools-c4318e2572b0158aa05fa241b85552073bb8400b.tar.bz2
external_python_setuptools-c4318e2572b0158aa05fa241b85552073bb8400b.zip
starting 0.6.14
--HG-- branch : distribute extra : rebase_source : b9e623ce0a5b70680f18c48e1c5f64753b70d38c
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 41e0ce40..ce7cf1d0 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.13"
+VERSION = "0.6.14"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py