aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-05 08:45:43 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-05 08:45:43 -0400
commit878a81c62061ab506ed1874d541cbeb714fe06fe (patch)
tree0e54e0434ee6e1655d800bbb51cb57ec687d9fcb /setup.py
parent06fcc7c974de667fa43abe247c4d6fa94e3c1936 (diff)
downloadexternal_python_setuptools-878a81c62061ab506ed1874d541cbeb714fe06fe.tar.gz
external_python_setuptools-878a81c62061ab506ed1874d541cbeb714fe06fe.tar.bz2
external_python_setuptools-878a81c62061ab506ed1874d541cbeb714fe06fe.zip
Bumped to 0.6.39 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 3e627b0d100b8ae32e8dc995f2da0003bbd9c605
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 83612ebc..4f56fe15 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.38"
+VERSION = "0.6.39"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py