From 9bcd8d5969b859aa463456cb23031a62497fd9bd Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Thu, 9 Apr 2015 12:40:13 -0700 Subject: [PATCH] bumping version for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4306376..eb3a96f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup __author__ = 'Mahmoud Hashemi' -__version__ = '0.4.3dev' +__version__ = '0.5.0' __contact__ = 'mahmoudrhashemi@gmail.com' __url__ = 'https://github.com/mahmoud/boltons' __license__ = 'BSD'