aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-18 15:31:53 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-06-18 15:31:53 -0500
commit49baf51edde145b96913aaf0151eb4dff400b3e3 (patch)
treee82e22d0595272c05196ba1b231c383279cb305f /setup.py
parent38af6239b1823908c3c2522245d41bd4105ec1e8 (diff)
downloadexternal_python_setuptools-49baf51edde145b96913aaf0151eb4dff400b3e3.tar.gz
external_python_setuptools-49baf51edde145b96913aaf0151eb4dff400b3e3.tar.bz2
external_python_setuptools-49baf51edde145b96913aaf0151eb4dff400b3e3.zip
Bumped to 0.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 7ed396d0..c88e6c75 100755
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ exec(init_file.read(), d)
init_file.close()
SETUP_COMMANDS = d['__all__']
-VERSION = "0.7.3"
+VERSION = "0.8"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py