enzyme-python-package 0.4.5__tar.gz → 0.4.6__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: enzyme-python-package
3
- Version: 0.4.5
3
+ Version: 0.4.6
4
4
  Summary: Vault intelligence — concept graph and semantic search for markdown notes
5
5
  Author: Joshua Pham
6
6
  License: MIT
@@ -129,7 +129,7 @@ def install() -> None:
129
129
  print(f" Binary installed to {_BIN_PATH}")
130
130
 
131
131
  # Download embedding model
132
- print(" Downloading embedding model (~52 MB)...")
132
+ print(" Downloading embedding model (~23 MB)...")
133
133
  subprocess.run(
134
134
  [_BIN_PATH, "setup"],
135
135
  timeout=120,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: enzyme-python-package
3
- Version: 0.4.5
3
+ Version: 0.4.6
4
4
  Summary: Vault intelligence — concept graph and semantic search for markdown notes
5
5
  Author: Joshua Pham
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "enzyme-python-package"
7
- version = "0.4.5"
7
+ version = "0.4.6"
8
8
  description = "Vault intelligence — concept graph and semantic search for markdown notes"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"