From: Boyuan Yang <byang@debian.org>
Date: Tue, 13 Jun 2023 10:42:15 -0400
Subject: Explicitly set version

Forwarded: not-needed
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index b87d059..9fb5405 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ license = {text = "MIT"}
 requires-python = ">=3.9"
 readme = "README.md"
 keywords = ["packaging", "PEP 517", "build"]
-dynamic = ["version"]
+version = "2.4.4"
 
 classifiers = [
     "Development Status :: 5 - Production/Stable",
