aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-25 16:04:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-25 16:04:05 -0400
commit2a6828a3a6f98a6f6e0e97b02b1c6e397130a473 (patch)
treeb9aca4d08e317cf5be12eadabd724532197a4758 /setup.py
parent14439716f80f8c24996de8d2179003a32f1cff3e (diff)
downloadexternal_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.tar.gz
external_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.tar.bz2
external_python_setuptools-2a6828a3a6f98a6f6e0e97b02b1c6e397130a473.zip
Bump version for subsequent 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 9334d7d8..131b065e 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.7b3"
+VERSION = "0.7b4"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py