We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa9174 commit ad2cac7Copy full SHA for ad2cac7
sdks/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "opencomputer-sdk"
7
-version = "0.4.2"
+version = "0.4.3"
8
description = "Python SDK for OpenComputer - cloud sandbox platform"
9
readme = "README.md"
10
requires-python = ">=3.10"
sdks/typescript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@opencomputer/sdk",
3
- "version": "0.5.4",
+ "version": "0.5.5",
"description": "TypeScript SDK for OpenComputer - cloud sandbox platform",
"type": "module",
"main": "dist/index.js",
0 commit comments