Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nreimers committed May 12, 2021
1 parent 0ebf22b commit a208d64
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__ = "1.1.1"
__version__ = "1.2.0"
__DOWNLOAD_SERVER__ = 'http://sbert.net/models/'
from .datasets import SentencesDataset, ParallelSentencesDataset
from .LoggingHandler import LoggingHandler
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="1.1.1",
version="1.2.0",
author="Nils Reimers",
author_email="info@nils-reimers.de",
description="Sentence Embeddings using BERT / RoBERTa / XLM-R",
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/v1.1.1.zip",
download_url="https://github.com/UKPLab/sentence-transformers/archive/v1.2.0.zip",
packages=find_packages(),
install_requires=[
'transformers>=3.1.0,<5.0.0',
Expand Down

0 comments on commit a208d64

Please sign in to comment.