summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-12 14:13:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-12 14:13:13 -0400
commit3ab400cd437e4839cb8d4cc70dd5889a5b0c7469 (patch)
tree2ede7903b19cda5359f01424afc0d459bdd9da6c /setup.py
parent8aeb4633600f478ad3ff743b58df55d6c22cd2cf (diff)
downloadpython-setuptools-git-3ab400cd437e4839cb8d4cc70dd5889a5b0c7469.tar.gz
Bumped to 0.6.40 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 355bf27e11fdf906de100c2a47145d44fac082cc
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 eeec3153..9d15793c 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.39"
+VERSION = "0.6.40"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py