Fix graph-rag

This commit is contained in:
Cyber MacGeddon 2024-07-17 22:10:25 +01:00
parent 816ee2038f
commit 0574eb6177
7 changed files with 44 additions and 45 deletions

View file

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