forgexa-cli 1.7.6__tar.gz → 1.7.8__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.
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/PKG-INFO +1 -1
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli/__init__.py +1 -1
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli/daemon.py +1 -1
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli.egg-info/PKG-INFO +1 -1
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/pyproject.toml +1 -1
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/README.md +0 -0
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli/_build_config.py +0 -0
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli/main.py +0 -0
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli/py.typed +0 -0
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli.egg-info/SOURCES.txt +0 -0
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli.egg-info/dependency_links.txt +0 -0
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli.egg-info/entry_points.txt +0 -0
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli.egg-info/requires.txt +0 -0
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/forgexa_cli.egg-info/top_level.txt +0 -0
- {forgexa_cli-1.7.6 → forgexa_cli-1.7.8}/setup.cfg +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""forgexa-cli — Forgexa command-line client."""
|
|
2
|
-
__version__ = "1.7.
|
|
2
|
+
__version__ = "1.7.8"
|
|
@@ -332,7 +332,7 @@ except (ImportError, ModuleNotFoundError):
|
|
|
332
332
|
# DAEMON_VERSION is the protocol/logic version of the daemon code.
|
|
333
333
|
# Kept in sync with pyproject.toml version via bump-version.sh.
|
|
334
334
|
# CLIENT_TYPE identifies which packaging/distribution this daemon runs in.
|
|
335
|
-
DAEMON_VERSION = "1.7.
|
|
335
|
+
DAEMON_VERSION = "1.7.8"
|
|
336
336
|
|
|
337
337
|
|
|
338
338
|
def _detect_client_type() -> str:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|