Fix RAG service

This commit is contained in:
Cyber MacGeddon 2024-07-17 21:43:53 +01:00
parent 75776965f9
commit 816ee2038f
4 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh:
long_description = fh.read()
version = "0.3.1"
version = "0.3.2"
setuptools.setup(
name="trustgraph",