aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-07-15 02:47:08 +0200
committerTarek Ziade <tarek@ziade.org>2010-07-15 02:47:08 +0200
commit1e31cb66948b5306364b453bccada467408870ec (patch)
treebdb1f914922403737fa15d1e5f8acdec03653ec0 /setup.py
parenta19f0d463aaf53adc1f45deda60d33c0e9886556 (diff)
downloadexternal_python_setuptools-1e31cb66948b5306364b453bccada467408870ec.tar.gz
external_python_setuptools-1e31cb66948b5306364b453bccada467408870ec.tar.bz2
external_python_setuptools-1e31cb66948b5306364b453bccada467408870ec.zip
0.6.15 is starting
--HG-- branch : distribute extra : rebase_source : 900799106c9cd4ce9c0dc4db4c3b137147a35776
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 ce7cf1d0..a7858823 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.14"
+VERSION = "0.6.15"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py