Skip to content

Commit

Permalink
Merge pull request #3140 from flairNLP/flair_version_12_1
Browse files Browse the repository at this point in the history
Bump Flair version to 0.12.1
  • Loading branch information
alanakbik authored Mar 10, 2023
2 parents 8b3568e + 8c2f56f commit c1f5f0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ document embeddings, including our proposed [Flair embeddings](https://www.aclwe
* **A PyTorch NLP framework.** Our framework builds directly on [PyTorch](https://pytorch.org/), making it easy to
train your own models and experiment with new approaches using Flair embeddings and classes.

Now at [version 0.12](https://github.com/flairNLP/flair/releases)!
Now at [version 0.12.1](https://github.com/flairNLP/flair/releases)!


## State-of-the-Art Models
Expand Down
2 changes: 1 addition & 1 deletion flair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
device = torch.device("cpu")

# global variable: version
__version__ = "0.12"
__version__ = "0.12.1"

# global variable: arrow symbol
_arrow = " → "
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="flair",
version="0.12",
version="0.12.1",
description="A very simple framework for state-of-the-art NLP",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c1f5f0f

Please sign in to comment.