Skip to content

Commit ef044a2

Browse files
future-xyclaude
andcommitted
chore: bump version to 0.3.0
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9a2be29 commit ef044a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pylet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ async def main():
8585
"InstanceTerminatedError",
8686
]
8787

88-
__version__ = "0.1.0"
88+
__version__ = "0.3.0"

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 = "pylet"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "A simple distributed task execution system for GPU servers"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)