diff --git a/flair/__init__.py b/flair/__init__.py index 0302a4d02..dde7d6ee7 100644 --- a/flair/__init__.py +++ b/flair/__init__.py @@ -15,7 +15,7 @@ device = torch.device("cpu") # global variable: version -__version__ = "0.11" +__version__ = "0.11.1" # global variable: arrow symbol _arrow = " → " diff --git a/setup.py b/setup.py index be0b336e4..1bed55d59 100644 --- a/setup.py +++ b/setup.py @@ -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",