summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-10-22 06:03:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-10-22 06:03:05 -0400
commit69fa64f972dc95b9e9bb583229e20bb117fb7102 (patch)
tree97d5b2965f6c140a236b9d7fd43152d993b6fda3 /setup.py
parentaa5ab9e447106af6b82a12e640b7fc226f9fcfc1 (diff)
downloadpython-setuptools-git-69fa64f972dc95b9e9bb583229e20bb117fb7102.tar.gz
Bumped to 0.6.31 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 74ac06a235b4d51a69d5be1c494bf922c8093072
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 f3f731d1..09a5c4fc 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.30"
+VERSION = "0.6.31"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py