summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-03-15 12:32:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2011-03-15 12:32:24 -0400
commit04d0404e6891d71cf99ad0cbb9fee51ed35f829d (patch)
tree9c8160f88b454cf84a466238f70daa8c4ca1dc26 /setup.py
parent82177b5826a39932bf707179b19bda3795872f97 (diff)
downloadpython-setuptools-bitbucket-04d0404e6891d71cf99ad0cbb9fee51ed35f829d.tar.gz
Bumped version numbers to 0.6.16
Updated copyright to include 2010,2011.
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 a7858823..05b66691 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.15"
+VERSION = "0.6.16"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py