forgexa-cli 1.11.5__tar.gz → 1.12.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: forgexa-cli
3
- Version: 1.11.5
3
+ Version: 1.12.1
4
4
  Summary: Forgexa CLI — command-line client and AI agent runtime for the Forgexa platform
5
5
  Author-email: Jason Sun <dev.winds@gmail.com>
6
6
  License: MIT
@@ -1,2 +1,2 @@
1
1
  """forgexa-cli — Forgexa command-line client."""
2
- __version__ = "1.11.5"
2
+ __version__ = "1.12.1"
@@ -474,7 +474,7 @@ except (ImportError, ModuleNotFoundError):
474
474
  # DAEMON_VERSION is the protocol/logic version of the daemon code.
475
475
  # Kept in sync with pyproject.toml version via bump-version.sh.
476
476
  # CLIENT_TYPE identifies which packaging/distribution this daemon runs in.
477
- DAEMON_VERSION = "1.11.5"
477
+ DAEMON_VERSION = "1.12.1"
478
478
 
479
479
 
480
480
  def _detect_client_type() -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: forgexa-cli
3
- Version: 1.11.5
3
+ Version: 1.12.1
4
4
  Summary: Forgexa CLI — command-line client and AI agent runtime for the Forgexa platform
5
5
  Author-email: Jason Sun <dev.winds@gmail.com>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "forgexa-cli"
3
- version = "1.11.5"
3
+ version = "1.12.1"
4
4
  description = "Forgexa CLI — command-line client and AI agent runtime for the Forgexa platform"
5
5
  requires-python = ">=3.9"
6
6
  license = { text = "MIT" }
File without changes
File without changes