Skip to content

Commit 68508cc

Browse files
authored
Merge pull request #3579 from flairNLP/release_0.15.0
Release 0.15.0
2 parents f115931 + ca2c1e0 commit 68508cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
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.14.0](https://github.com/flairNLP/flair/releases)!
26+
Now at [version 0.15.0](https://github.com/flairNLP/flair/releases)!
2727

2828

2929
## State-of-the-Art Models

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from sphinx_github_style import get_linkcode_resolve
88
from torch.nn import Module
99

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

flair/__init__.py

+1-1
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.14.0"
37+
__version__ = "0.15.0"
3838
"""The current version of the flair library installed."""
3939

4040
# global variable: arrow symbol

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="flair",
9-
version="0.14.0",
9+
version="0.15.0",
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)