Skip to content

Commit 0dcec90

Browse files
committed
v 0.1.1-b1: added failsafe for removing stale locks from KuzuDB
1 parent cf5e74e commit 0dcec90

File tree

2 files changed

+2
-33
lines changed

2 files changed

+2
-33
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "grizabella"
3-
version = "0.1.0-beta.5"
3+
version = "0.1.1-beta-1"
44
description = "A tri-layer memory framework for LLM solutions."
55
authors = ["Grizabella Project Contributors <contributors@example.com>"]
66
readme = "README.md"
@@ -55,4 +55,4 @@ requires = ["poetry-core"]
5555
build-backend = "poetry.core.masonry.api"
5656

5757
[tool.ruff]
58-
line-length = 240
58+
line-length = 240

test_kuzu_open.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)