Skip to content

Commit

Permalink
Merge pull request #2719 from flairNLP/version-11-1
Browse files Browse the repository at this point in the history
GH-2689: bump version numbers to 0.11.1
  • Loading branch information
alanakbik authored Apr 10, 2022
2 parents dfcd35f + 32e303f commit d20c3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
device = torch.device("cpu")

# global variable: version
__version__ = "0.11"
__version__ = "0.11.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.11",
version="0.11.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 d20c3fd

Please sign in to comment.