Release v0.0.5
- Update version to 0.0.5 in all components - Python packages: memora, memora-dev, memora-dev/benchmarks - Rust CLI: memora-cli - Control Plane: memora-control-plane - Helm chart
This commit is contained in:
parent
47d08debfb
commit
9edf430e8f
6 changed files with 7 additions and 7 deletions
|
|
@ -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.4
|
||||
appVersion: "0.0.4"
|
||||
version: 0.0.5
|
||||
appVersion: "0.0.5"
|
||||
keywords:
|
||||
- ai
|
||||
- memory
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "memora-cli-rust"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
edition = "2021"
|
||||
authors = ["Memora Team"]
|
||||
description = "A beautiful CLI for Memora - semantic memory system"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "control-plane",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "benchmarks"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
description = "Benchmarks for Memora memory system"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "memora-dev"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
description = "Development utilities for Memora"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "memora"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
|
|
|||
Loading…
Reference in a new issue