From f5122f2102e88680d0a082d6d113e8f298326f56 Mon Sep 17 00:00:00 2001 From: Sylirre Date: Tue, 16 Jun 2026 18:01:04 +0000 Subject: [PATCH] version 5.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd2db0b..87d9046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "proot-distro" -version = "5.2.0" +version = "5.3.0" description = "PRoot-Distro is a lightweight rootless Linux container management utility built around proot." readme = "README.md" requires-python = ">=3.9"