aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-07-22 16:58:22 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-07-22 16:58:22 -0400
commitbe5acb407cfa5dd1ff37ac1ed68d96ba92302cc2 (patch)
tree0a040534b92701b55b2c50bc4dd69fcbdd40a8df /setup.py
parent826d15b5981a50ce28f63b40020174f6d9ae823d (diff)
downloadexternal_python_setuptools-be5acb407cfa5dd1ff37ac1ed68d96ba92302cc2.tar.gz
external_python_setuptools-be5acb407cfa5dd1ff37ac1ed68d96ba92302cc2.tar.bz2
external_python_setuptools-be5acb407cfa5dd1ff37ac1ed68d96ba92302cc2.zip
Bumped to 0.6.29 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 44417a6112b166bdfa875da05254ba206ef34cab
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 db469b92..9df6bb49 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.28"
+VERSION = "0.6.29"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py