We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30cbe0 commit 7782b28Copy full SHA for 7782b28
2 files changed
sdks/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "helix-db"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "Python SDK for HelixDB dynamic query DSL and client"
9
readme = "README.md"
10
requires-python = ">=3.10"
sdks/typescript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@helix-db/helix-db",
3
- "version": "2.0.3",
+ "version": "2.0.5",
"description": "TypeScript library for working with HelixDB",
"type": "module",
"main": "dist/index.js",
0 commit comments