From 9c544a465f05628945ab1dccc67a05c5da90f53b Mon Sep 17 00:00:00 2001 From: Muennighoff Date: Mon, 17 Oct 2022 09:08:04 +0200 Subject: [PATCH] Release: 1.0.0 --- mteb/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mteb/__init__.py b/mteb/__init__.py index 7e1cbecc9f..74043baf90 100644 --- a/mteb/__init__.py +++ b/mteb/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.0.0.dev0" +__version__ = "1.0.0" from mteb.evaluation import * diff --git a/setup.py b/setup.py index 4e221ce9cf..c4f153944e 100644 --- a/setup.py +++ b/setup.py @@ -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",