From: Boyuan Yang <byang@debian.org>
Date: Fri, 8 Nov 2024 15:25:22 -0500
Subject: hardcode versions

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 4ba82aa..4ff14e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ description = "A modern Python package and dependency manager supporting the lat
 authors = [
     {name = "Frost Ming", email = "mianghong@gmail.com"},
 ]
-dynamic = ["version"]
+version = "2.20.1"
 requires-python = ">=3.8"
 license = {text = "MIT"}
 dependencies = [
