Skip to content

Commit d20c3fd

Browse files
authored
Merge pull request #2719 from flairNLP/version-11-1
GH-2689: bump version numbers to 0.11.1
2 parents dfcd35f + 32e303f commit d20c3fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flair/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
device = torch.device("cpu")
1616

1717
# global variable: version
18-
__version__ = "0.11"
18+
__version__ = "0.11.1"
1919

2020
# global variable: arrow symbol
2121
_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.11",
8+
version="0.11.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)