aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-02 10:46:47 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-02 10:46:47 -0400
commit87818a14ed9897a88737f287b634191337a2ed2a (patch)
tree4692fc0129dec2801e46394e396e259d8b179263 /setup.py
parentfa3e4622dfdce9b43ddb0a61a6714f047c31a28b (diff)
downloadexternal_python_setuptools-87818a14ed9897a88737f287b634191337a2ed2a.tar.gz
external_python_setuptools-87818a14ed9897a88737f287b634191337a2ed2a.tar.bz2
external_python_setuptools-87818a14ed9897a88737f287b634191337a2ed2a.zip
Bumped to 0.7 in preparation for next release.0.7
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 e05e5957..7de1025f 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.7b5"
+VERSION = "0.7"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py