We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5e74e commit 0dcec90Copy full SHA for 0dcec90
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "grizabella"
3
-version = "0.1.0-beta.5"
+version = "0.1.1-beta-1"
4
description = "A tri-layer memory framework for LLM solutions."
5
authors = ["Grizabella Project Contributors <contributors@example.com>"]
6
readme = "README.md"
@@ -55,4 +55,4 @@ requires = ["poetry-core"]
55
build-backend = "poetry.core.masonry.api"
56
57
[tool.ruff]
58
-line-length = 240
+line-length = 240
test_kuzu_open.py
0 commit comments