Skip to content

Commit e8bc8ed

Browse files
7174Andyclaude
andauthored
chore: bump allocator and client to 0.1.0 (#285)
Stable release version bump to trigger new Docker image builds. Major update includes log shipper, bearer token auth, and security fixes. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a66d31a commit e8bc8ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/allocator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description = "VM Allocator Service Package for Lablink"
2626
name = "lablink-allocator-service"
2727
readme = "README.md"
2828
requires-python = ">=3.10"
29-
version = "0.0.3a2"
29+
version = "0.1.0"
3030

3131
[project.optional-dependencies]
3232
dev = ["twine", "build", "pytest", "ruff", "pytest-cov"]

packages/client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = ["vm", "docker", "postgres", "tutorial", "AWS"]
2121
name = "lablink-client-service"
2222
readme = "README.md"
2323
requires-python = ">=3.10"
24-
version = "0.0.8a3"
24+
version = "0.1.0"
2525

2626
[project.optional-dependencies]
2727
dev = ["twine", "build", "pytest", "ruff", "pytest-cov"]

0 commit comments

Comments
 (0)