summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-24 09:59:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-24 09:59:08 -0400
commitf5140b94538f005d19a2840d96b90679964489a3 (patch)
treec478b7ae98d988e038f912b09c7f05af3f3c770b /setup.py
parent5d54e3d3fcce6dffe65c273b0f1c5dc46f15c8e0 (diff)
downloadpython-setuptools-bitbucket-f5140b94538f005d19a2840d96b90679964489a3.tar.gz
Bumped to 0.6.42 in preparation for next release.
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 31496089..8f350c4e 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.41"
+VERSION = "0.6.42"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py