From dba705d9f2ffb25b4ecf293604b01dbcf88c6d7c Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 30 Apr 2011 09:14:15 -0400 Subject: Bumped working revisions to 0.6.17 --HG-- branch : distribute extra : rebase_source : 0d0c60865356a460ec83f3d4554cf9cd522ec8a1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 05b66691..f2a3a6d9 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.16" +VERSION = "0.6.17" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.1