Skip to content

Commit

Permalink
Release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Muennighoff committed Oct 17, 2022
1 parent b73457a commit 9c544a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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__ = "1.0.0.dev0"
__version__ = "1.0.0"

from mteb.evaluation import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

setup(
name="mteb",
version="0.9.1",
version="1.0.0",
description="Massive Text Embedding Benchmark",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9c544a4

Please sign in to comment.