Skip to content

Commit 11db1f1

Browse files
committed
version bump
1 parent 2b9aa4c commit 11db1f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "RAGatouille"
3-
version = "0.0.7post2"
3+
version = "0.0.7post3"
44
description = "Library to facilitate the use of state-of-the-art retrieval models in common RAG contexts."
55
authors = ["Benjamin Clavie <[email protected]>"]
66
license = "Apache-2.0"

ragatouille/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.7post2"
1+
__version__ = "0.0.7post3"
22
from .RAGPretrainedModel import RAGPretrainedModel
33
from .RAGTrainer import RAGTrainer
44

0 commit comments

Comments
 (0)