We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfcd35f + 32e303f commit d20c3fdCopy full SHA for d20c3fd
flair/__init__.py
@@ -15,7 +15,7 @@
15
device = torch.device("cpu")
16
17
# global variable: version
18
-__version__ = "0.11"
+__version__ = "0.11.1"
19
20
# global variable: arrow symbol
21
_arrow = " → "
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="flair",
8
- version="0.11",
+ version="0.11.1",
9
description="A very simple framework for state-of-the-art NLP",
10
long_description=open("README.md", encoding="utf-8").read(),
11
long_description_content_type="text/markdown",
0 commit comments