From ca1d066e1fb799191008334fbbd8daaf32281aea Mon Sep 17 00:00:00 2001 From: Kevin Rose Date: Tue, 13 Feb 2018 20:36:40 -0600 Subject: [PATCH] Version bump. --- lib/tagnews/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tagnews/__init__.py b/lib/tagnews/__init__.py index a2a738d..91a5974 100644 --- a/lib/tagnews/__init__.py +++ b/lib/tagnews/__init__.py @@ -7,7 +7,7 @@ from .utils.load_data import load_ner_data from .utils.load_vectorizer import load_glove -__version__ = '1.0.0' +__version__ = '1.0.1' def test(verbosity=None, **kwargs): """run the test suite""" diff --git a/setup.py b/setup.py index 8a85171..d0a3088 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='tagnews', - version='1.0.0', + version='1.0.1', description=('automatically tag articles with justice-related categories' ' and extract location information'), author='Kevin Rose',