Skip to content

Commit efe0239

Browse files
committed
GH-3610: update Flair version number
1 parent 8acd698 commit efe0239

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ document embeddings, including our proposed [Flair embeddings](https://www.aclwe
2323
* **A PyTorch NLP framework.** Our framework builds directly on [PyTorch](https://pytorch.org/), making it easy to
2424
train your own models and experiment with new approaches using Flair embeddings and classes.
2525

26-
Now at [version 0.15.0](https://github.com/flairNLP/flair/releases)!
26+
Now at [version 0.15.1](https://github.com/flairNLP/flair/releases)!
2727

2828

2929
## State-of-the-Art Models

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# -- Project information -----------------------------------------------------
77
from sphinx_github_style import get_linkcode_resolve
88

9-
version = "0.15.0"
10-
release = "0.15.0"
9+
version = "0.15.1"
10+
release = "0.15.1"
1111
project = "flair"
1212
author = importlib_metadata.metadata(project)["Author"]
1313
copyright = f"2023 {author}"

flair/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
device = torch.device("cpu")
3535

3636
# global variable: version
37-
__version__ = "0.15.0"
37+
__version__ = "0.15.1"
3838
"""The current version of the flair library installed."""
3939

4040
# global variable: arrow symbol

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="flair",
9-
version="0.15.0",
9+
version="0.15.1",
1010
description="A very simple framework for state-of-the-art NLP",
1111
long_description=Path("README.md").read_text(encoding="utf-8"),
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)