aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-12-12 15:22:47 +0100
committertarek <none@none>2009-12-12 15:22:47 +0100
commit93b983e6f2302007cedbf44bcf0b944415c05361 (patch)
tree4088053581c31c91d4a42b3bb7e9ae9cd7fe5bd8 /setup.py
parentd11b2c01fbba4e2b51bf78ac11beace7dcab7103 (diff)
downloadexternal_python_setuptools-93b983e6f2302007cedbf44bcf0b944415c05361.tar.gz
external_python_setuptools-93b983e6f2302007cedbf44bcf0b944415c05361.tar.bz2
external_python_setuptools-93b983e6f2302007cedbf44bcf0b944415c05361.zip
starting 0.6.11
--HG-- branch : distribute extra : rebase_source : e69bd36f08c0407a0e818e67e5a5b7d633182a57
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 b917abfd..b8612b5c 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.10"
+VERSION = "0.6.11"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py