auxly-cli 1.3.2__tar.gz → 1.3.3__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: auxly-cli
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Local-first unified memory system for AI agents — downloads the signature-verified auxly binary.
5
5
  Author-email: "Tzamun Arabia IT Co." <hi@auxly.io>
6
6
  License: MIT
@@ -18,7 +18,7 @@ from pathlib import Path
18
18
  from ._verify import manifest_has_hash, sha256_hex, verify_minisign
19
19
 
20
20
  REPO = "Tzamun-Arabia-IT-Co/auxly-memory-cli"
21
- __version__ = "1.3.2"
21
+ __version__ = "1.3.3"
22
22
 
23
23
 
24
24
  def _target() -> tuple[str, str]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: auxly-cli
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: Local-first unified memory system for AI agents — downloads the signature-verified auxly binary.
5
5
  Author-email: "Tzamun Arabia IT Co." <hi@auxly.io>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "auxly-cli"
7
- version = "1.3.2"
7
+ version = "1.3.3"
8
8
  description = "Local-first unified memory system for AI agents — downloads the signature-verified auxly binary."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
File without changes
File without changes