From e219aca6189d387c396256d854c77b24b47a164e Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Mon, 23 Feb 2015 15:18:58 -0800 Subject: [PATCH] bumping version to 0.4.0 --- setup.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 360ff27..6b573f5 100644 --- a/setup.py +++ b/setup.py @@ -1,16 +1,12 @@ """ - boltons - ~~~~~~~ - Functionality that should be in the standard library. Like builtins. But Boltons. Otherwise known as "everyone's util.py," but cleaned up and tested. - :copyright: (c) 2013 by Mahmoud Hashemi + :copyright: (c) 2015 by Mahmoud Hashemi :license: BSD, see LICENSE for more details. - """ import sys @@ -18,7 +14,7 @@ from setuptools import setup __author__ = 'Mahmoud Hashemi' -__version__ = '0.4.0dev' +__version__ = '0.4.0' __contact__ = 'mahmoudrhashemi@gmail.com' __url__ = 'https://github.com/mahmoud/boltons' __license__ = 'BSD'