Skip to content

Commit

Permalink
#131 switch to version 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Dec 17, 2023
1 parent db909fe commit b626caf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.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)
Expand All @@ -18,7 +18,7 @@ in texts.
# 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
4 changes: 2 additions & 2 deletions arelight/backend/d3js/ui_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<body>
<head>
<title>ARElight-0.24.0 Demo</title>
<title>ARElight-0.24.1 Demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
Expand All @@ -50,7 +50,7 @@
</head>
<div class="container">
<h1>ARElight-0.24.0 Demo</h1>
<h1>ARElight-0.24.1 Demo</h1>
</div>
<div class="container">
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.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',
Expand Down

0 comments on commit b626caf

Please sign in to comment.