Skip to content

Commit

Permalink
Bumped version to 3.5.6 + bumped tokenizer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Aug 7, 2024
1 parent 0389212 commit ca2c766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def read(*names: str, **kwargs: Any) -> str:
setup_requires=["cffi>=1.15.1"],
install_requires=[
"cffi>=1.15.1",
"tokenizer>=3.4.3",
"tokenizer>=3.4.4",
"islenska>=0.4.8",
"typing_extensions",
],
Expand Down
2 changes: 1 addition & 1 deletion src/reynir/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.5.5"
__version__ = "3.5.6"

0 comments on commit ca2c766

Please sign in to comment.