From d7299a8dffca708a26bdf7bb8f8da000a7f0981d Mon Sep 17 00:00:00 2001 From: chen-jan 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