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",