python-singledispatch/0001-add-version.patch
2023-05-18 11:36:47 +08:00

25 lines
568 B
Diff

From d7299a8dffca708a26bdf7bb8f8da000a7f0981d Mon Sep 17 00:00:00 2001
From: chen-jan <chen_aka_jan@163.com>
Date: Thu, 18 May 2023 09:44:49 +0800
Subject: [PATCH] add version
---
setup.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.cfg b/setup.cfg
index 69ab14c..3ef1080 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,7 @@ universal = true
license_files =
LICENSE
name = singledispatch
+version = 4.0.0
author = Jason R. Coombs
author_email = jaraco@jaraco.com
description = Backport functools.singledispatch to older Pythons.
--
2.33.0