diff --git a/pyproject.toml b/pyproject.toml index a8e54ab..91e0398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "RAGatouille" -version = "0.0.7post10" +version = "0.0.7post11" description = "Library to facilitate the use of state-of-the-art retrieval models in common RAG contexts." authors = ["Benjamin Clavie "] license = "Apache-2.0" diff --git a/ragatouille/__init__.py b/ragatouille/__init__.py index ffc4085..f19a5d7 100644 --- a/ragatouille/__init__.py +++ b/ragatouille/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.7post10" +__version__ = "0.0.7post11" from .RAGPretrainedModel import RAGPretrainedModel from .RAGTrainer import RAGTrainer