Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nreimers committed Jul 23, 2020
1 parent b7dc0d7 commit ec5d73b
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.3.1"
__version__ = "0.3.2"
__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,15 +7,15 @@

setup(
name="sentence-transformers",
version="0.3.1",
version="0.3.2",
author="Nils Reimers, Gregor Geigle",
author_email="[email protected]",
description="Sentence Embeddings using BERT / RoBERTa / XLNet",
long_description=readme,
long_description_content_type="text/markdown",
license="Apache License 2.0",
url="https://github.com/UKPLab/sentence-transformers",
download_url="https://github.com/UKPLab/sentence-transformers/archive/v0.3.1.zip",
download_url="https://github.com/UKPLab/sentence-transformers/archive/v0.3.2.zip",
packages=find_packages(),
install_requires=[
'transformers>=3.0.2',
Expand Down

0 comments on commit ec5d73b

Please sign in to comment.