aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-29 07:37:04 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-29 07:37:04 -0400
commit641eac6550896506fa939205f249bcfb8f057d57 (patch)
tree9abf0b22dded39d47cfdb2b661766360e3ad59b9 /setup.py
parent75e163b3bfbef013cbb132727c43df738d028ffe (diff)
downloadexternal_python_setuptools-641eac6550896506fa939205f249bcfb8f057d57.tar.gz
external_python_setuptools-641eac6550896506fa939205f249bcfb8f057d57.tar.bz2
external_python_setuptools-641eac6550896506fa939205f249bcfb8f057d57.zip
Bumped to 0.6.46 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 c0136dd7..bb21d815 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.45"
+VERSION = "0.6.46"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py