Skip to content

Commit

Permalink
Increment allennlp dependency and patch version (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemilcengiz authored Dec 31, 2021
1 parent de19d60 commit 4b10563
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
@@ -1,4 +1,4 @@
allennlp>=2.3.0,<2.9
allennlp>=2.3.0,<2.10
datasets>=1.13.0,<2.0
deepdiff>=5.2.0
jury>=2.1.0,<3.0
Expand Down
2 changes: 1 addition & 1 deletion trapper/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_MAJOR = "0"
_MINOR = "0"
_PATCH = "7"
_PATCH = "8"

VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _PATCH)

0 comments on commit 4b10563

Please sign in to comment.