Skip to content

Commit 858d554

Browse files
committed
chore - update sdk versions
1 parent 8088495 commit 858d554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/sdk/backend/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@progressdb/node",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "ProgressDB backend SDK (Node.js, TypeScript) - thin wrappers for admin/backend endpoints",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

clients/sdk/backend/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 = "progressdb"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "ProgressDB backend Python SDK"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)