diff --git a/helm/hindsight/Chart.yaml b/helm/hindsight/Chart.yaml index 5f050c97..e28f3e32 100644 --- a/helm/hindsight/Chart.yaml +++ b/helm/hindsight/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: hindsight description: A Helm chart for Hindsight - temporal-semantic-entity memory system for AI agents type: application -version: 0.0.7 -appVersion: "0.0.7" +version: 0.0.8 +appVersion: "0.0.8" keywords: - ai - memory diff --git a/hindsight-api/pyproject.toml b/hindsight-api/pyproject.toml index 2094092a..4c6c8cfb 100644 --- a/hindsight-api/pyproject.toml +++ b/hindsight-api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hindsight-api" -version = "0.0.7" +version = "0.0.8" description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL" readme = "README.md" requires-python = ">=3.11" diff --git a/hindsight-cli/Cargo.toml b/hindsight-cli/Cargo.toml index d7807de0..644ab743 100644 --- a/hindsight-cli/Cargo.toml +++ b/hindsight-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hindsight-cli" -version = "0.0.7" +version = "0.0.8" edition = "2021" authors = ["Hindsight Team"] description = "A beautiful CLI for Hindsight - semantic memory system" diff --git a/hindsight-clients/python/pyproject.toml b/hindsight-clients/python/pyproject.toml index 95e5641a..1b653909 100644 --- a/hindsight-clients/python/pyproject.toml +++ b/hindsight-clients/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-client" -version = "0.0.7" +version = "0.0.8" description = "Python client for Hindsight - Semantic memory system with personality-driven thinking" authors = [ {name = "Hindsight Team"} diff --git a/hindsight-control-plane/package.json b/hindsight-control-plane/package.json index 0327cddf..fa48c254 100644 --- a/hindsight-control-plane/package.json +++ b/hindsight-control-plane/package.json @@ -1,6 +1,6 @@ { "name": "hindsight-control-plane", - "version": "0.0.7", + "version": "0.0.8", "private": true, "scripts": { "dev": "next dev", diff --git a/hindsight-dev/benchmarks/pyproject.toml b/hindsight-dev/benchmarks/pyproject.toml index db49c24e..dcac24da 100644 --- a/hindsight-dev/benchmarks/pyproject.toml +++ b/hindsight-dev/benchmarks/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "benchmarks" -version = "0.0.7" +version = "0.0.8" description = "Benchmarks for Hindsight memory system" requires-python = ">=3.11" dependencies = [ diff --git a/hindsight-dev/pyproject.toml b/hindsight-dev/pyproject.toml index 9fc59eee..a68e2054 100644 --- a/hindsight-dev/pyproject.toml +++ b/hindsight-dev/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hindsight-dev" -version = "0.0.7" +version = "0.0.8" description = "Development utilities for Hindsight" requires-python = ">=3.11" dependencies = [