From 41a57f84efc8284964450615dca400bc17bbbb4e Mon Sep 17 00:00:00 2001 From: Guy Rozendorn Date: Tue, 14 May 2013 11:15:38 +0300 Subject: Bumped to 0.6.41 in preparation for next release. --HG-- branch : distribute extra : rebase_source : 235fe544e2119364d2f4270a6c5ca20db4645324 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9d15793c..31496089 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ exec(init_file.read(), d) init_file.close() SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.40" +VERSION = "0.6.41" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py -- cgit v1.2.3