From e15e8e465150a70e05c53eb99c861c71cbcaa63d Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sun, 29 Sep 2024 23:48:35 +0100 Subject: [PATCH] Bump version, add tg-processor-state to package --- Makefile | 2 +- setup.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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",