diff --git a/__init__.py b/__init__.py index 1b8bece..859ac26 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,4 @@ # coding=utf-8 from .preprocess import ArabertPreprocessor -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/requirements.txt b/requirements.txt index 1a384a4..adf811c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ # tensorflow-gpu >= 1.11.0, <2.0 # GPU version of TensorFlow. PyArabic farasapy +emoji==1.4.2 diff --git a/setup.py b/setup.py index 62b3219..b092478 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def get_long_description(): setup( name="arabert", - version="1.0.0", + version="1.0.1", author="AUB MIND Lab", maintainer="Wissam Antoun", maintainer_email="wissam.antoun@gmail.com", @@ -43,7 +43,7 @@ def get_long_description(): "the preprocessing scripts.", long_description=get_long_description(), long_description_content_type="text/markdown", - install_requires=["PyArabic", "farasapy"], + install_requires=["PyArabic", "farasapy", "emoji==1.4.2"], py_modules=["arabert.preprocess"], package_dir={"arabert": "."}, packages=[