diff --git a/helm/memora/Chart.yaml b/helm/memora/Chart.yaml index 1a6fb5c9..16042338 100644 --- a/helm/memora/Chart.yaml +++ b/helm/memora/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: memora description: A Helm chart for Memora - temporal-semantic-entity memory system for AI agents type: application -version: 0.0.5 -appVersion: "0.0.5" +version: 0.0.7 +appVersion: "0.0.7" keywords: - ai - memory diff --git a/memora-cli/Cargo.toml b/memora-cli/Cargo.toml index 9ada2664..48229e1d 100644 --- a/memora-cli/Cargo.toml +++ b/memora-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memora-cli-rust" -version = "0.0.5" +version = "0.0.7" edition = "2021" authors = ["Memora Team"] description = "A beautiful CLI for Memora - semantic memory system" diff --git a/memora-clients/python/pyproject.toml b/memora-clients/python/pyproject.toml index b4fe16ed..6c7ba057 100644 --- a/memora-clients/python/pyproject.toml +++ b/memora-clients/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "memora-client" -version = "0.0.1" +version = "0.0.7" description = "Python client for Memora - Semantic memory system with personality-driven thinking" authors = [ {name = "Memora Team"} diff --git a/memora-clients/typescript/package.json b/memora-clients/typescript/package.json index fa94325a..7c1b660d 100644 --- a/memora-clients/typescript/package.json +++ b/memora-clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@memora/client", - "version": "0.0.1", + "version": "0.0.7", "description": "TypeScript client for Memora - Semantic memory system with personality-driven thinking", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/memora-control-plane/package.json b/memora-control-plane/package.json index e86c98bd..694a2aab 100644 --- a/memora-control-plane/package.json +++ b/memora-control-plane/package.json @@ -1,6 +1,6 @@ { "name": "control-plane", - "version": "0.0.5", + "version": "0.0.7", "private": true, "scripts": { "dev": "next dev", diff --git a/memora-dev/benchmarks/pyproject.toml b/memora-dev/benchmarks/pyproject.toml index b4987481..484f3ec8 100644 --- a/memora-dev/benchmarks/pyproject.toml +++ b/memora-dev/benchmarks/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "benchmarks" -version = "0.0.5" +version = "0.0.7" description = "Benchmarks for Memora memory system" requires-python = ">=3.11" dependencies = [ diff --git a/memora-dev/pyproject.toml b/memora-dev/pyproject.toml index ea04e741..c9c2fc06 100644 --- a/memora-dev/pyproject.toml +++ b/memora-dev/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "memora-dev" -version = "0.0.5" +version = "0.0.7" description = "Development utilities for Memora" requires-python = ">=3.11" dependencies = [ diff --git a/memora/pyproject.toml b/memora/pyproject.toml index c3585148..76df51b3 100644 --- a/memora/pyproject.toml +++ b/memora/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "memora" -version = "0.0.5" +version = "0.0.7" description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL" readme = "README.md" requires-python = ">=3.11"