From 7b49853cb59e15b9c7432584bc57f18b38845333 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 18 May 2012 15:46:40 -0400 Subject: Bumped to 0.6.28 in preparation for next release. --HG-- branch : distribute extra : rebase_source : eb9a0f08f4b371984517f556638682828e7048b1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7fac7f01..c4351b1e 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ init_path = convert_path('setuptools/command/__init__.py') exec(open(init_path).read(), d) SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.27" +VERSION = "0.6.28" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.3