Skip to content

Commit c1f5f0f

Browse files
authored
Merge pull request #3140 from flairNLP/flair_version_12_1
Bump Flair version to 0.12.1
2 parents 8b3568e + 8c2f56f commit c1f5f0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

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

2727

2828
## State-of-the-Art Models

flair/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
device = torch.device("cpu")
1818

1919
# global variable: version
20-
__version__ = "0.12"
20+
__version__ = "0.12.1"
2121

2222
# global variable: arrow symbol
2323
_arrow = " → "

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

0 commit comments

Comments
 (0)