From be5acb407cfa5dd1ff37ac1ed68d96ba92302cc2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 22 Jul 2012 16:58:22 -0400 Subject: Bumped to 0.6.29 in preparation for next release. --HG-- branch : distribute extra : rebase_source : 44417a6112b166bdfa875da05254ba206ef34cab --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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 -- cgit v1.2.3