summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-04 22:00:07 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-04 22:00:07 -0400
commitd19a508528b019abbd41e88fa823677ae2f60560 (patch)
tree30e0259f3bf26f389397aff14665b203b7586bd4 /setup.py
parentc84f0b5a6ab113824d02c07849b2304b69fc0d5f (diff)
downloadpython-setuptools-git-d19a508528b019abbd41e88fa823677ae2f60560.tar.gz
Bumped to 0.6.50 in preparation for next release.
--HG-- branch : distribute
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 99291e88..4541f83c 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.49"
+VERSION = "0.6.50"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py