We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7070db6 commit e504d8fCopy full SHA for e504d8f
helix/__init__.py
@@ -9,5 +9,5 @@
9
from helix.chunk import Chunk
10
from helix.mcp import MCPServer, ToolConfig
11
12
-__version__ = "0.2.27"
+__version__ = "0.2.28"
13
pyproject.toml
@@ -15,7 +15,7 @@ members = [
15
16
[project]
17
name = "helix-py"
18
-version = "0.2.27"
+version = "0.2.28"
19
authors = [{ name = "HelixDB Team", email = "founders@helix-db.com" }]
20
maintainers = [{ name = "Gahn Wuwong", email = "gahn@helix-db.com" }]
21
description = "HelixDB Python SDK"
0 commit comments