aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-19 08:51:59 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-06-19 08:51:59 -0500
commitaa2269f68c8708f6498300f7d0a93a3a5eba562f (patch)
tree821f5c49151caf391e288c820594b7ac714537a1 /setup.py
parentaf8cbefb0b5e07834e80bacc7278350b183ca63d (diff)
downloadexternal_python_setuptools-aa2269f68c8708f6498300f7d0a93a3a5eba562f.tar.gz
external_python_setuptools-aa2269f68c8708f6498300f7d0a93a3a5eba562f.tar.bz2
external_python_setuptools-aa2269f68c8708f6498300f7d0a93a3a5eba562f.zip
Bumped to 0.7.5 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 ece0370e..8986e949 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.4"
+VERSION = "0.7.5"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py