aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-28 11:20:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-28 11:20:05 -0400
commit4edd0409cb3a47e3ad8bd681cddfe9957d1e7da9 (patch)
tree955aa1afa2cbd6bcbcc41ba51ccf6b7f077b6010 /setup.py
parent8bf427c077bb87c02766129743a09cb333f0c8d4 (diff)
downloadexternal_python_setuptools-4edd0409cb3a47e3ad8bd681cddfe9957d1e7da9.tar.gz
external_python_setuptools-4edd0409cb3a47e3ad8bd681cddfe9957d1e7da9.tar.bz2
external_python_setuptools-4edd0409cb3a47e3ad8bd681cddfe9957d1e7da9.zip
Bumped to 0.6.45 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 69d814b7..c0136dd7 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.44"
+VERSION = "0.6.45"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py