summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-02 12:01:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-02 12:01:32 -0400
commit83c974c56ebc4689171913da1a6af3249b56ec6d (patch)
treeb018b0d90cddcf1293d3b0712209f6061178e26b /setup.py
parentd9b32bd186ce6804fca2df9ece07c2fabb1737e1 (diff)
downloadpython-setuptools-git-83c974c56ebc4689171913da1a6af3249b56ec6d.tar.gz
Bumped to 0.7.8 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 9b1c67f7..a4d6d556 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.7"
+VERSION = "0.7.8"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py