From ba8f5524d4e2edaf40c7402117d5318f000dd3b5 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 19 Oct 2014 14:32:20 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 332c5e2..360ff27 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup __author__ = 'Mahmoud Hashemi' -__version__ = '0.3.0dev' +__version__ = '0.4.0dev' __contact__ = 'mahmoudrhashemi@gmail.com' __url__ = 'https://github.com/mahmoud/boltons' __license__ = 'BSD'