Skip to content

Commit 7782b28

Browse files
committed
Update version numbers for Python and TypeScript SDKs to 0.1.1 and 2.0.5 respectively
1 parent b30cbe0 commit 7782b28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/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 = "helix-db"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Python SDK for HelixDB dynamic query DSL and client"
99
readme = "README.md"
1010
requires-python = ">=3.10"

sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helix-db/helix-db",
3-
"version": "2.0.3",
3+
"version": "2.0.5",
44
"description": "TypeScript library for working with HelixDB",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)