Skip to content

Commit

Permalink
Merge pull request #10581 from adrianeboyd/chore/v3.1.6
Browse files Browse the repository at this point in the history
Typer workaround, set version to v3.1.6
  • Loading branch information
adrianeboyd committed Mar 30, 2022
2 parents 1355396 + be1a1d7 commit e147a52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ wasabi>=0.8.1,<1.1.0
srsly>=2.4.1,<3.0.0
catalogue>=2.0.6,<2.1.0
typer>=0.3.0,<0.5.0
click<8.1.0
pathy>=0.3.5
# Third party dependencies
numpy>=1.15.0
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ install_requires =
srsly>=2.4.1,<3.0.0
catalogue>=2.0.6,<2.1.0
typer>=0.3.0,<0.5.0
click<8.1.0
pathy>=0.3.5
# Third-party dependencies
tqdm>=4.38.0,<5.0.0
Expand Down
2 changes: 1 addition & 1 deletion spacy/about.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fmt: off
__title__ = "spacy"
__version__ = "3.1.5"
__version__ = "3.1.6"
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
__projects__ = "https://github.com/explosion/projects"
Expand Down

0 comments on commit e147a52

Please sign in to comment.