Skip to content

Commit

Permalink
Set version to 0.3.0 - to be better aligned with huggingface transfor…
Browse files Browse the repository at this point in the history
…mers
  • Loading branch information
nreimers committed Jul 9, 2020
1 parent c6f8c54 commit 7222990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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__ = "0.2.7"
__version__ = "0.3.0"
__DOWNLOAD_SERVER__ = 'https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/v0.2/'
from .datasets import SentencesDataset, SentenceLabelDataset, ParallelSentencesDataset
from .data_samplers import LabelSampler
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

setup(
name="sentence-transformers",
version="0.2.7",
version="0.3.0",
author="Nils Reimers, Gregor Geigle",
author_email="Rnils@web.de",
author_email="info@nils-reimers.de",
description="Sentence Embeddings using BERT / RoBERTa / XLNet",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7222990

Please sign in to comment.