aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-13 08:22:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-13 08:22:02 -0400
commit17bc3630ba27ac4ce6fe4537f071e5621c31a5bc (patch)
treef6d8202426fb436b4469c847c782ff56497ff3ae /setup.py
parent40da992b5e706a5bb5ac438256633828c2640f53 (diff)
downloadexternal_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.tar.gz
external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.tar.bz2
external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.zip
Update versions in preparation for an 0.7b1 release0.7b1
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 c5dcbdba..8bd55b18 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.6.40"
+VERSION = "0.7b1"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py