Skip to content

Commit

Permalink
Create new version 0.25.0 #536
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Nov 20, 2023
1 parent de01a10 commit d5d7655
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 @@
# AREkit 0.24.0
# AREkit 0.25.0

![](https://img.shields.io/badge/Python-3.9+-brightgreen.svg)

Expand Down Expand Up @@ -43,7 +43,7 @@ for sentence level relations preparation (dubbed as contexts)

1. Install required dependencies
```bash
pip install git+https://github.com/nicolay-r/AREkit.git@0.24.0-rc
pip install git+https://github.com/nicolay-r/AREkit.git@0.25.0-rc
```

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

setup(
name='arekit',
version='0.24.0',
version='0.25.0',
python_requires=">=3.6",
description='Document level Attitude and Relation Extraction toolkit (AREkit)'
' for sampling and prompting mass-media news into datasets for ML-model training',
Expand Down

0 comments on commit d5d7655

Please sign in to comment.