Skip to content

Commit 9001704

Browse files
committed
bumped version to 0.5.7
1 parent e785521 commit 9001704

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sochdb"
7-
version = "0.5.6"
7+
version = "0.5.7"
88
description = "SochDB is an AI-native database with token-optimized output, O(|path|) lookups, built-in vector search, and durable transactions."
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

src/sochdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
client.put_kv("key", b"value")
3333
"""
3434

35-
__version__ = "0.5.6"
35+
__version__ = "0.5.7"
3636

3737
# Embedded mode (FFI)
3838
from .database import Database, Transaction, IsolationLevel

0 commit comments

Comments
 (0)