aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-24 16:59:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-24 16:59:46 -0400
commit8f52bc5f9db7b202461c6d2421930545a683fb5f (patch)
treea52ee6027b6bab13daa220dcfb574b84ddf9580f /setup.py
parent1bc6912c187819269f60ec7851a43a778b6881b8 (diff)
downloadexternal_python_setuptools-8f52bc5f9db7b202461c6d2421930545a683fb5f.tar.gz
external_python_setuptools-8f52bc5f9db7b202461c6d2421930545a683fb5f.tar.bz2
external_python_setuptools-8f52bc5f9db7b202461c6d2421930545a683fb5f.zip
Bump to next anticipated version
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 f43b07e2..9334d7d8 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.7b2"
+VERSION = "0.7b3"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py