From 37e381bb79c33926224143b0b41d4de277136cdf Mon Sep 17 00:00:00 2001 From: josh herzberg Date: Sat, 14 Sep 2019 15:15:43 -0500 Subject: [PATCH] v1.2.1 --- lib/tagnews/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tagnews/__init__.py b/lib/tagnews/__init__.py index 370608c..ae786fd 100644 --- a/lib/tagnews/__init__.py +++ b/lib/tagnews/__init__.py @@ -9,4 +9,4 @@ __all__ = [utils, crimetype, CrimeTags, GeoCoder, get_lat_longs_from_geostrings, load_data, load_glove] -__version__ = '1.2.0' +__version__ = '1.2.1'