Skip to content

Commit

Permalink
Release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Feb 29, 2024
1 parent d884971 commit c4b32c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sentence_transformers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.5.0.dev0"
__version__ = "2.5.0"
__MODEL_HUB_ORGANIZATION__ = "sentence-transformers"
from .datasets import SentencesDataset, ParallelSentencesDataset
from .LoggingHandler import LoggingHandler
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="sentence-transformers",
version="2.5.0.dev0",
version="2.5.0",
author="Nils Reimers",
author_email="info@nils-reimers.de",
description="Multilingual text embeddings",
Expand Down

0 comments on commit c4b32c2

Please sign in to comment.