summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-02 08:27:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-02 08:27:52 -0400
commita388b6922478b5d5048d1f7f1685da2ca16050c7 (patch)
tree28c73875d0d5ab90ca630ec6658233e0ba0578e7 /setup.py
parent57d70005210c8575ccc4fc844fa9e6e3510b020c (diff)
downloadpython-setuptools-git-a388b6922478b5d5048d1f7f1685da2ca16050c7.tar.gz
Bumped to 0.6.48 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 60c33e9e..929c73b9 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.47"
+VERSION = "0.6.48"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py