Skip to content

Commit

Permalink
Set version to v8.1.10 (#873)
Browse files Browse the repository at this point in the history
* Set version to v8.1.10

* Temporarily restrict hypothesis version due to incorrect numpy requirements
  • Loading branch information
adrianeboyd authored Apr 27, 2023
1 parent 86f7282 commit 7503392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
contextvars>=2.4,<3; python_version < "3.7"
# Development dependencies
cython>=0.25.0,<3.0
hypothesis>=3.27.0,<7.0.0
hypothesis>=3.27.0,<6.72.2
pytest>=5.2.0,!=7.1.0
pytest-cov>=2.7.0,<5.0.0
coverage>=5.0.0,<8.0.0
Expand Down
2 changes: 1 addition & 1 deletion thinc/about.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "8.1.9"
__version__ = "8.1.10"
__release__ = True

0 comments on commit 7503392

Please sign in to comment.