From 88ea0f56b3db1679a509930c6482a255ceb224e9 Mon Sep 17 00:00:00 2001 From: josh herzberg Date: Tue, 1 Oct 2019 21:02:07 -0500 Subject: [PATCH] up to 1.2.3 --- 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 47023b6..a77f134 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.2' +__version__ = '1.2.3'