Skip to content

Commit

Permalink
Switch to higher version #168
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Dec 28, 2024
1 parent 9eb2f45 commit bcda015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ARElight 0.25.0
# ARElight 0.25.1

![](https://img.shields.io/badge/Python-3.9-brightgreen.svg)
![](https://img.shields.io/badge/AREkit-0.25.1-orange.svg)
Expand All @@ -21,7 +21,7 @@ This repository is a part of the **ECIR-2024** demo paper:
# Installation

```bash
pip install git+https://github.com/nicolay-r/[email protected].0
pip install git+https://github.com/nicolay-r/[email protected].1
```

## Usage: Inference
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_requirements(filenames):

setup(
name='arelight',
version='0.25.0',
version='0.25.1',
description='About Mass-media text processing application for your '
'Relation Extraction task, powered by AREkit.',
url='https://github.com/nicolay-r/ARElight',
Expand Down

0 comments on commit bcda015

Please sign in to comment.