Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
louisbrulenaudet authored Nov 3, 2024
1 parent d73ca43 commit b5f8cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragoon"
version = "0.0.14"
version = "0.0.15"
description = "RAGoon : High level library for batched embeddings generation, blazingly-fast web-based RAG and quantized indexes processing ⚡"
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -96,4 +96,4 @@ max-line-length = 88
[tool.ruff.lint.flake8-quotes]
docstring-quotes = "double"
inline-quotes = "double"
multiline-quotes = "double"
multiline-quotes = "double"

0 comments on commit b5f8cb1

Please sign in to comment.