aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-12-31 10:27:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-12-31 10:27:51 -0500
commit9e26a920ffd60595ed80f1c4e6f4bdd49507c0f2 (patch)
tree89cf27cc7ef4b51056a32812a935bbeb53b4b7f9 /setup.py
parent3c251bf338c72f65c83a3b51ea709c738c460722 (diff)
downloadexternal_python_setuptools-9e26a920ffd60595ed80f1c4e6f4bdd49507c0f2.tar.gz
external_python_setuptools-9e26a920ffd60595ed80f1c4e6f4bdd49507c0f2.tar.bz2
external_python_setuptools-9e26a920ffd60595ed80f1c4e6f4bdd49507c0f2.zip
Bumped to 0.6.35 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 77f34fdeebd01224a2d399855f0674108133b3e6
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 a1e9ca91..81de4e3d 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.34"
+VERSION = "0.6.35"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py