diff --git a/README.md b/README.md index 2c122f5..bb2f57a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ARElight 0.24.0 +# ARElight 0.24.1 ![](https://img.shields.io/badge/Python-3.9-brightgreen.svg) ![](https://img.shields.io/badge/AREkit-0.24.0-orange.svg) @@ -18,7 +18,7 @@ in texts. # Installation ```bash -pip install git+https://github.com/nicolay-r/arelight@v0.24.0 +pip install git+https://github.com/nicolay-r/arelight@v0.24.1 ``` ## Usage: Inference diff --git a/arelight/backend/d3js/ui_web.py b/arelight/backend/d3js/ui_web.py index 5c7cf18..7ef7b97 100644 --- a/arelight/backend/d3js/ui_web.py +++ b/arelight/backend/d3js/ui_web.py @@ -41,7 +41,7 @@ - ARElight-0.24.0 Demo + ARElight-0.24.1 Demo @@ -50,7 +50,7 @@
-

ARElight-0.24.0 Demo

+

ARElight-0.24.1 Demo

diff --git a/setup.py b/setup.py index b44ff25..7427983 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def get_requirements(filenames): setup( name='arelight', - version='0.24.0', + version='0.24.1', description='About Mass-media text processing application for your ' 'Relation Extraction task, powered by AREkit.', url='https://github.com/nicolay-r/ARElight',