From 781b4157b9ea9e95c75187048d5f008432bff16e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 18 Aug 2011 18:37:58 -0400 Subject: Bumped revision --HG-- branch : distribute extra : rebase_source : 6ebf94097c5975957a8596aaadc1b466cdcbf796 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bfb62406..2982fcf0 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ init_path = convert_path('setuptools/command/__init__.py') exec(open(init_path).read(), d) SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.20" +VERSION = "0.6.21" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.1