aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-24 16:04:19 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-24 16:04:19 -0400
commit3116049570db091f6824a36e93925be75e9a7ab5 (patch)
tree1d93ed18406103cf038ee9ff10e6513cf72e184e /setup.py
parent62e96b0e72c19c087c9de388d6c8897710a3e080 (diff)
downloadexternal_python_setuptools-3116049570db091f6824a36e93925be75e9a7ab5.tar.gz
external_python_setuptools-3116049570db091f6824a36e93925be75e9a7ab5.tar.bz2
external_python_setuptools-3116049570db091f6824a36e93925be75e9a7ab5.zip
Bumped to 0.6.43 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 a9b7bb0f..3ed5b1fb 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.42"
+VERSION = "0.6.43"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py