Skip to content

Commit 9e131de

Browse files
committed
chore: bump __version__ to 0.4.5
1 parent 5207ad3 commit 9e131de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sochdb/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
SochDB Python SDK v0.4.0
2+
SochDB Python SDK v0.4.5
33
44
Dual-mode architecture: Embedded (FFI) + Server (gRPC/IPC)
55
@@ -32,7 +32,7 @@
3232
client.put_kv("key", b"value")
3333
"""
3434

35-
__version__ = "0.4.4"
35+
__version__ = "0.4.5"
3636

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

0 commit comments

Comments
 (0)