We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4b41a commit eaf7011Copy full SHA for eaf7011
helix/__init__.py
@@ -6,5 +6,5 @@
6
from helix.chunk import Chunk
7
from helix.mcp import MCPServer, ToolConfig
8
9
-__version__ = "0.2.28"
+__version__ = "0.2.29"
10
pyproject.toml
@@ -15,7 +15,7 @@ members = [
15
16
[project]
17
name = "helix-py"
18
-version = "0.2.28"
+version = "0.2.29"
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