Skip to content

Commit

Permalink
Bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
syedasad-kiwi committed Jul 16, 2024
1 parent d083f9a commit 1842f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colrag/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.8" # Update this to your current version
__version__ = "0.1.9" # Update this to your current version

from .indexer import index_documents, read_file, process_file
from .retriever import load_model_from_index, retrieve_and_rerank_documents, retrieve_and_rerank_multiple_documents
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "colrag"
version = "0.1.8"
version = "0.1.9"
description = "A RAG pipeline using ColBERT via RAGatouille"
authors = ["Syed Asad <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1842f7c

Please sign in to comment.