Skip to content

Commit e576a20

Browse files
committed
v0.1.0
1 parent a6ca55b commit e576a20

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

sdks/go/core/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package core
33

44
// Version is the release semver (aligned with published Python and TypeScript packages).
5-
const Version = "0.0.0"
5+
const Version = "0.1.0"

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sandboxer"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "Unified sandbox client for E2B, Daytona, Blaxel, Runloop, Fly Machines, and local Docker"
99
readme = "README.md"
1010
license = "Apache-2.0"

sdks/typescript/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sandboxer",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Unified sandbox client for E2B, Daytona, Blaxel, Runloop, Fly Machines, and local Docker",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -40,7 +40,9 @@
4040
"types": "./dist/types/index.d.ts"
4141
}
4242
},
43-
"files": ["dist"],
43+
"files": [
44+
"dist"
45+
],
4446
"scripts": {
4547
"build": "rm -rf dist && bun build ./src/index.ts --outdir=./dist --format=esm --external 'node:*' && tsc --emitDeclarationOnly",
4648
"typecheck": "tsc --noEmit"

0 commit comments

Comments
 (0)