From 61b7b40732f363cfc60a1b42402dfca867daad5c Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Tue, 24 Jan 2017 22:53:55 -0800 Subject: [PATCH] bump version for 17.0.0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5d82e9..328eab8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup __author__ = 'Mahmoud Hashemi' -__version__ = '16.5.2dev' +__version__ = '17.0.0' __contact__ = 'mahmoudrhashemi@gmail.com' __url__ = 'https://github.com/mahmoud/boltons' __license__ = 'BSD'