summaryrefslogtreecommitdiff
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
commit2c5fbb8fd2b7da348b59dbaa248befe53cfda24d (patch)
tree0f2f49afc4a0e2b61991435aa393922552562b9b /setup.py
parente21c12a2300859fbd839a97e17409dbedc5133b1 (diff)
downloadpython-setuptools-bitbucket-2c5fbb8fd2b7da348b59dbaa248befe53cfda24d.tar.gz
Bumped to 0.6.46 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 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