v3.0.0 — update version from 3.0.0a1 to 3.0.0
Browse files
purpose_agent/__init__.py
CHANGED
|
@@ -7,7 +7,7 @@ first-principles engineering (O(1) critic, falsification scoring, PEP 578 sandbo
|
|
| 7 |
AND SRE hardening (5 critical patches auto-applied).
|
| 8 |
"""
|
| 9 |
|
| 10 |
-
__version__ = "3.0.
|
| 11 |
|
| 12 |
# ── SRE Patches (auto-apply on import) ───────────────────────────────────
|
| 13 |
import purpose_agent.sre_patches # noqa: F401 — patches Actor, MemoryStore, ExperienceReplay, Trajectory
|
|
|
|
| 7 |
AND SRE hardening (5 critical patches auto-applied).
|
| 8 |
"""
|
| 9 |
|
| 10 |
+
__version__ = "3.0.0"
|
| 11 |
|
| 12 |
# ── SRE Patches (auto-apply on import) ───────────────────────────────────
|
| 13 |
import purpose_agent.sre_patches # noqa: F401 — patches Actor, MemoryStore, ExperienceReplay, Trajectory
|