From 0c51358f63b97366e46904e54edbc8d247546159 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 15 Dec 2013 23:34:00 -0800 Subject: [PATCH] bumping versions (version 0.2 out now) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9adc234..332c5e2 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup __author__ = 'Mahmoud Hashemi' -__version__ = '0.1' +__version__ = '0.3.0dev' __contact__ = 'mahmoudrhashemi@gmail.com' __url__ = 'https://github.com/mahmoud/boltons' __license__ = 'BSD'