From af4f3d3f64752f2a1acc88dc1fa3f06f5a0590f6 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sat, 19 Oct 2019 15:51:16 -0700 Subject: [PATCH] bump version for 19.2.0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d44604a..3876eff 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup __author__ = 'Mahmoud Hashemi' -__version__ = '19.1.1dev' +__version__ = '19.2.0' __contact__ = 'mahmoud@hatnote.com' __url__ = 'https://github.com/mahmoud/boltons' __license__ = 'BSD'