From 496e460aea3b62b9a0766ddbe9c31930d6540b63 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 29 Mar 2020 20:02:39 -0700 Subject: [PATCH] bump version for 20.1.0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a55f578..dc75f9a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup __author__ = 'Mahmoud Hashemi' -__version__ = '20.0.1dev' +__version__ = '20.1.0' __contact__ = 'mahmoud@hatnote.com' __url__ = 'https://github.com/mahmoud/boltons' __license__ = 'BSD'