Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrose committed Feb 14, 2018
1 parent 3b7e614 commit ca1d066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/tagnews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ca1d066

Please sign in to comment.