Skip to content

Commit c3971f2

Browse files
chore(release): bump to 0.1.6 — sync all package version metadata
pyproject, hippocampus Cargo.toml (+lock), __init__.py, Harlo.app Info.plist -> 0.1.6. The HarloPulse loop release. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent aad96cd commit c3971f2

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hippocampus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hippocampus"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55

66
[lib]

macos/Harlo.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<string>APPL</string>
2626

2727
<key>CFBundleShortVersionString</key>
28-
<string>0.1.5</string>
28+
<string>0.1.6</string>
2929

3030
<key>CFBundleVersion</key>
3131
<string>1</string>

pyproject.toml

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

55
[project]
66
name = "harlo"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "Harlo — local-first AI coach with a USD-composed cognitive twin: native composition priority, structural-lossless reconstruction, anchor immunity. Patent Pending."
99
requires-python = ">=3.12"
1010
dependencies = [

python/harlo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Harlo — biologically-architected AI memory and action system."""
22

3-
__version__ = "0.1.5"
3+
__version__ = "0.1.6"
44

55
# The Rust hot path is optional at import time (D56/B3): pure-Python
66
# engine work (trajectory sim, predictor training, schemas) must import

0 commit comments

Comments
 (0)