Skip to content

Commit

Permalink
Merge pull request #3355 from flairNLP/release_13
Browse files Browse the repository at this point in the history
GH-3354: Bump Flair and Python versions
  • Loading branch information
alanakbik authored Oct 24, 2023
2 parents 073b339 + 346631f commit b034b8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In your favorite virtual environment, simply do:
pip install flair
```

Flair requires Python 3.7+.
Flair requires Python 3.8+.

## Example 1: Tag Entities in Text

Expand Down
2 changes: 1 addition & 1 deletion flair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
device = torch.device("cpu")

# global variable: version
__version__ = "0.12.2"
__version__ = "0.13"
"""The current version of the flair library installed."""

# global variable: arrow symbol
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="flair",
version="0.12.2",
version="0.13",
description="A very simple framework for state-of-the-art NLP",
long_description=Path("README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b034b8c

Please sign in to comment.