Skip to content

Commit

Permalink
bump lenlp version
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelsty committed Jun 1, 2024
1 parent cff7d0e commit 5197922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neural_cherche/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 3, 0)
VERSION = (1, 3, 1)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tqdm >= 4.66",
"transformers >= 4.34.0",
"sentence-transformers >= 2.2.2",
"lenlp >= 1.0.3",
"lenlp == 1.0.5",
]


Expand Down

0 comments on commit 5197922

Please sign in to comment.