aboutsummaryrefslogtreecommitdiffstats
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
commitb99749aa06cc7c235cb456a81ad50187d701fc4c (patch)
treeb3649653e60ee7f83f9eb9952017db3a6e4aa033 /setup.py
parent0c7de199c1a686ba1577ceb5bfce8ac43667faf7 (diff)
downloadexternal_python_setuptools-b99749aa06cc7c235cb456a81ad50187d701fc4c.tar.gz
external_python_setuptools-b99749aa06cc7c235cb456a81ad50187d701fc4c.tar.bz2
external_python_setuptools-b99749aa06cc7c235cb456a81ad50187d701fc4c.zip
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