Skip to content

Commit

Permalink
Release: 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Muennighoff committed Oct 13, 2022
1 parent 1459309 commit 5c438cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mteb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.2"
__version__ = "0.9.1"

from mteb.evaluation import *
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

setup(
name="mteb",
version="0.0.2",
version="0.9.1",
description="Massive Text Embedding Benchmark",
long_description=readme,
long_description_content_type="text/markdown",
keywords="deep learning, text embeddings, benchmark",
license="Apache",
author="MTEB",
author_email="info@nils-reimers.de",
author="MTEB Contributors (https://github.com/embeddings-benchmark/mteb/graphs/contributors)",
author_email="niklas@huggingface.co, nouamane@huggingface.co, info@nils-reimers.de",
url="https://github.com/embeddings-benchmark/mteb",
project_urls={
"Huggingface Organization": "https://huggingface.co/mteb",
Expand Down

0 comments on commit 5c438cc

Please sign in to comment.