Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion emrg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""EMRG — a self-evolving AI agent architecture."""

__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion emrg/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emrg-gui",
"version": "0.2.0",
"version": "0.2.1",
"description": "EMRG GUI — Electron client for the EMRG self-evolving AI agent (Phase 3)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions packaging/make-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ AppVersion={#MyAppVersion}
DefaultDirName={%USERPROFILE}\\.emrg\\install
PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
; R118: ChangesEnvironment=yes — 写 HKCU\Environment\Path 后广播 WM_SETTINGCHANGE,
; 否则 explorer 不刷新环境变量缓存,新开 cmd 也看不到更新后的 PATH(rant 2026-08-05T14:28:02)
ChangesEnvironment=yes
DisableProgramGroupPage=yes
OutputDir=$DIST_WIN/artifacts
OutputBaseFilename=EMRG-$VERSION-windows-x64
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "emrg"
version = "0.2.0"
version = "0.2.1"
description = "EMRG — a self-evolving AI agent architecture"
requires-python = ">=3.11"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading