From 69fa64f972dc95b9e9bb583229e20bb117fb7102 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 22 Oct 2012 06:03:05 -0400 Subject: Bumped to 0.6.31 in preparation for next release. --HG-- branch : distribute extra : rebase_source : 74ac06a235b4d51a69d5be1c494bf922c8093072 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f3f731d1..09a5c4fc 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.30" +VERSION = "0.6.31" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.1