aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-02-16 03:12:35 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-02-16 03:12:35 -0500
commit1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee (patch)
tree1d327420db83255694082f91e921beb00b79721f /setup.py
parentf2b43352cc25c12115ed5bf4db86a6f88fc81a9f (diff)
downloadexternal_python_setuptools-1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee.tar.gz
external_python_setuptools-1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee.tar.bz2
external_python_setuptools-1e7b49282e6f36d5d624bdf50f1ea9a34f52cfee.zip
Bumped to 0.6.36 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 82ea3f25bc7836db7398b0e602ef34baa1f2c34e
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 cecb9e9f..607954d0 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.35"
+VERSION = "0.6.36"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py