summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-04 22:10:00 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-04 22:10:00 -0400
commit9021a0bd7d8ac5c72670af85c3ce911117dd0065 (patch)
tree209c64db0dbde8042e8ce3319417d5d3a63875ab /setup.py
parente8211b8d93549b3dd62a1efc03c9581e0e990d81 (diff)
downloadpython-setuptools-bitbucket-9021a0bd7d8ac5c72670af85c3ce911117dd0065.tar.gz
Bumped to 0.6.38 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 a3a658f8..4ee8a08f 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.37"
+VERSION = "0.6.38"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py