summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authortarek <devnull@localhost>2009-11-01 15:06:06 +0100
committertarek <devnull@localhost>2009-11-01 15:06:06 +0100
commit7389a1de8d1b46265068b9188fe8a3cdc447f84d (patch)
tree697a8e68e6e95d4963302f84d5d0cebb5aa48d3d /setup.py
parent970512aeec04f648b22b49575f46ef6feb5f0c1f (diff)
downloadpython-setuptools-bitbucket-7389a1de8d1b46265068b9188fe8a3cdc447f84d.tar.gz
started 0.6.8
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 69c23d44..48c77b0c 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.7"
+VERSION = "0.6.8"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py