memex-graph 0.1.0__tar.gz → 0.1.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: memex-graph
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: AI-native knowledge graph with decentralized social networking
5
5
  Project-URL: Homepage, https://github.com/systemshift/memex
6
6
  Project-URL: Repository, https://github.com/systemshift/memex
@@ -5,7 +5,7 @@ AI-native knowledge graph + decentralized social network.
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- pip install memex
8
+ pip install memex-graph
9
9
  memex-stack
10
10
  ```
11
11
 
@@ -1,6 +1,6 @@
1
1
  """Memex - AI-native knowledge graph with decentralized social networking."""
2
2
 
3
- __version__ = "0.1.0"
3
+ __version__ = "0.1.1"
4
4
 
5
5
  from .app import MemexApp
6
6
 
@@ -179,7 +179,7 @@ def ensure_memex_server() -> str:
179
179
  os_label = "Linux" if os_name == "linux" else "Darwin"
180
180
  arch_label = "x86_64" if arch == "amd64" else "arm64"
181
181
 
182
- filename = f"memex_{os_label}_{arch_label}.tar.gz"
182
+ filename = f"memex-server_{os_label}_{arch_label}.tar.gz"
183
183
  url = f"https://github.com/{MEMEX_SERVER_REPO}/releases/download/{MEMEX_SERVER_VERSION}/{filename}"
184
184
 
185
185
  archive = BIN_DIR / filename
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: memex-graph
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: AI-native knowledge graph with decentralized social networking
5
5
  Project-URL: Homepage, https://github.com/systemshift/memex
6
6
  Project-URL: Repository, https://github.com/systemshift/memex
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "memex-graph"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "AI-native knowledge graph with decentralized social networking"
5
5
  requires-python = ">=3.10"
6
6
  dependencies = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes