diff --git a/Makefile b/Makefile index e60ab5d2..534c214f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.11.2 +VERSION=0.11.3 DOCKER=podman diff --git a/setup.py b/setup.py index c06bbb4f..fef88ea8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os with open("README.md", "r") as fh: long_description = fh.read() -version = "0.11.2" +version = "0.11.3" setuptools.setup( name="trustgraph", @@ -41,6 +41,7 @@ setuptools.setup( "pulsar-client", "pypdf", "qdrant-client", + "tabulate", "anthropic", "google-cloud-aiplatform", "pyyaml", @@ -99,6 +100,7 @@ setuptools.setup( "scripts/text-completion-ollama", "scripts/text-completion-openai", "scripts/text-completion-vertexai", + "scripts/tg-processor-state", "scripts/triples-dump-parquet", "scripts/triples-query-cassandra", "scripts/triples-query-neo4j",