muninn-python 0.4.0a0__tar.gz → 0.4.1a0__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.
@@ -57,6 +57,7 @@ testdata/bible/*.muninn
57
57
  # Planning and design docs — not committed
58
58
  docs/plans/
59
59
  docs/superpowers/
60
+ .superpowers/
60
61
 
61
62
  # Evaluation tools and results — internal development only
62
63
  cmd/eval*/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: muninn-python
3
- Version: 0.4.0a0
3
+ Version: 0.4.1a0
4
4
  Summary: Python SDK for MuninnDB — the cognitive memory database
5
5
  Project-URL: Homepage, https://muninndb.com
6
6
  Project-URL: Repository, https://github.com/scrypster/muninndb
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "muninn-python"
7
- version = "0.4.0-alpha"
7
+ version = "0.4.1-alpha"
8
8
  description = "Python SDK for MuninnDB — the cognitive memory database"
9
9
  readme = "README.md"
10
10
  license = { text = "Apache-2.0" }