summaryrefslogtreecommitdiff
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
commit65bcd8ee2ae048bdf354ab8ebe2e87800f424f2f (patch)
tree0e7831ded41929ec708df502c14445f7d37662eb /setup.py
parentb803e9dcd91cd6a254396bff68ef5843cb0bbde8 (diff)
downloadpython-setuptools-bitbucket-65bcd8ee2ae048bdf354ab8ebe2e87800f424f2f.tar.gz
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