Skip to content

Commit dbdcf47

Browse files
committed
Release v0.0.7
- Update version to 0.0.7 in all components - Python packages: memora, memora-dev, memora-dev/benchmarks - Python client: memora-clients/python - TypeScript client: memora-clients/typescript - Rust CLI: memora-cli - Control Plane: memora-control-plane - Helm chart
1 parent 28e28d5 commit dbdcf47

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

helm/memora/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: memora
33
description: A Helm chart for Memora - temporal-semantic-entity memory system for AI agents
44
type: application
5-
version: 0.0.5
6-
appVersion: "0.0.5"
5+
version: 0.0.7
6+
appVersion: "0.0.7"
77
keywords:
88
- ai
99
- memory

memora-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memora-cli-rust"
3-
version = "0.0.5"
3+
version = "0.0.7"
44
edition = "2021"
55
authors = ["Memora Team"]
66
description = "A beautiful CLI for Memora - semantic memory system"

memora-clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "memora-client"
3-
version = "0.0.1"
3+
version = "0.0.7"
44
description = "Python client for Memora - Semantic memory system with personality-driven thinking"
55
authors = [
66
{name = "Memora Team"}

memora-clients/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@memora/client",
3-
"version": "0.0.1",
3+
"version": "0.0.7",
44
"description": "TypeScript client for Memora - Semantic memory system with personality-driven thinking",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

memora-control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "control-plane",
3-
"version": "0.0.5",
3+
"version": "0.0.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

memora-dev/benchmarks/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "benchmarks"
7-
version = "0.0.5"
7+
version = "0.0.7"
88
description = "Benchmarks for Memora memory system"
99
requires-python = ">=3.11"
1010
dependencies = [

memora-dev/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "memora-dev"
7-
version = "0.0.5"
7+
version = "0.0.7"
88
description = "Development utilities for Memora"
99
requires-python = ">=3.11"
1010
dependencies = [

memora/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "memora"
7-
version = "0.0.5"
7+
version = "0.0.7"
88
description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)