summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-29 10:54:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-29 10:54:10 -0400
commit0287b273b81e0ef7cfb6721b87f9d5a5780805a2 (patch)
treed8a51ef55c800b9c95fedb5e5ebf83179f62bcc2 /setup.py
parent5240a794b4afe5672b49e27a8c4131a3d159fee7 (diff)
downloadpython-setuptools-bitbucket-0287b273b81e0ef7cfb6721b87f9d5a5780805a2.tar.gz
Bumped to 0.7.6 in preparation for next release.
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 cb0ce012..f2bd1fd5 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ exec(init_file.read(), d)
init_file.close()
SETUP_COMMANDS = d['__all__']
-VERSION = "0.7.5"
+VERSION = "0.7.6"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py