Skip to content

Commit

Permalink
updated entities based on user feedback
Browse files Browse the repository at this point in the history
- updated entities based on user feedback
- increased version to 1.0.6
  • Loading branch information
sedthh committed Apr 26, 2018
1 parent 20f8380 commit da1b22e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lara/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Lara - Lingusitic Aim Recognizer API

__all__ = 'nlp','parser','stemmer','entities'
__version__ = '1.0.5'
__version__ = '1.0.6'
__version_info__ = tuple(int(num) for num in __version__.split('.'))

import sys
Expand Down
Loading

0 comments on commit da1b22e

Please sign in to comment.