aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-05-06 17:47:03 +0200
committerTarek Ziade <tarek@ziade.org>2010-05-06 17:47:03 +0200
commit43329058964f3021d997b8e2b35d3fec913e7692 (patch)
treeb4771e0b0ef506ccedd8ea7a2857af1aa6985d4f /setup.py
parent2f739b228bd633ac7281e8a2cc91eaf35212fe7a (diff)
downloadexternal_python_setuptools-43329058964f3021d997b8e2b35d3fec913e7692.tar.gz
external_python_setuptools-43329058964f3021d997b8e2b35d3fec913e7692.tar.bz2
external_python_setuptools-43329058964f3021d997b8e2b35d3fec913e7692.zip
starting 0.6.12
--HG-- branch : distribute extra : rebase_source : 206e8a982bbd49a697579b98d6728a0a61bfd31c
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 064c2afd..43aa1540 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.11"
+VERSION = "0.6.12"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py