Skip to content

Commit

Permalink
Release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Apr 17, 2024
1 parent 43f4a22 commit f558eae
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.7.0.dev0"
__version__ = "2.7.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.7.0.dev0",
version="2.7.0",
author="Nils Reimers",
author_email="info@nils-reimers.de",
description="Multilingual text embeddings",
Expand Down

0 comments on commit f558eae

Please sign in to comment.