Skip to content

Commit 3172a7c

Browse files
committed
Release v0.20.0a2
1 parent c22962b commit 3172a7c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "paude"
7-
version = "0.20.0a1"
7+
version = "0.20.0a2"
88
description = "Container wrapper for running AI coding agents in isolated, secure containers"
99
readme = "README.md"
1010
license = "MIT"

src/paude/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Paude - Run AI coding agents in isolated, secure containers."""
22

3-
__version__ = "0.20.0a1"
3+
__version__ = "0.20.0a2"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)