From 6b0721b6aeda6d3ec6f5d31be7c741bc7fcc4635 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Fri, 2 Mar 2018 00:16:52 -0800 Subject: [PATCH] bump release for 18.0.1 development --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c043a3..6a3f43b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup __author__ = 'Mahmoud Hashemi' -__version__ = '18.0.0' +__version__ = '18.0.1dev' __contact__ = 'mahmoud@hatnote.com' __url__ = 'https://github.com/mahmoud/boltons' __license__ = 'BSD'