summaryrefslogtreecommitdiff
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
commit3ab6e5386fca3188524e34d892a0ccdc767ed4a9 (patch)
tree738e2946f07288c6c79b8d59ae8b20903bba705d /setup.py
parent9a6845d83d86f10c94a4b368f5b22bed021c9231 (diff)
downloadpython-setuptools-bitbucket-3ab6e5386fca3188524e34d892a0ccdc767ed4a9.tar.gz
Bumped to 0.6.45 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 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