Skip to content

Commit ac0dffb

Browse files
committed
chore: update version to 2.10.0 and change license to MIT
1 parent 05e3f87 commit ac0dffb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "raglight"
3-
version = "2.9.0"
3+
version = "2.10.0"
44
description = "RAGLight is a lightweight and modular Python library for implementing Retrieval-Augmented Generation (RAG). It enhances the capabilities of Large Language Models (LLMs) by combining document retrieval with natural language inference."
55
authors = [
66
{name = "Bessouat40",email = "roman.bessouat@orange.fr"}
77
]
8-
license = { file = "LICENSE" }
8+
license = "MIT"
99
readme = "README.md"
1010
requires-python = ">=3.12"
1111
dependencies = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)