diff --git a/lib/tagnews/__init__.py b/lib/tagnews/__init__.py index 007f05a..31481e2 100644 --- a/lib/tagnews/__init__.py +++ b/lib/tagnews/__init__.py @@ -10,4 +10,4 @@ __all__ = [utils, crimetype, CrimeTags, GeoCoder, SentimentGoogler, get_lat_longs_from_geostrings, load_data, load_glove] -__version__ = '1.3.1' +__version__ = '1.3.2' diff --git a/setup.py b/setup.py index 6797f41..7b006ff 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ 'tagnews.crimetype.models.binary_stemmed_logistic', 'tagnews.geoloc', 'tagnews.geoloc.models.lstm', + 'tagnews.senteval', 'tagnews.tests'], install_requires=['nltk', 'numpy>=1.13', 'scikit-learn==0.19.0', 'pandas', 'scipy', 'tensorflow>=1.4', 'h5py', 'keras', 'shapely', 'requests'],