25 lines
585 B
Diff
25 lines
585 B
Diff
|
|
From 4e337a541ecaf86d4fbc82bc38b6023eab72d538 Mon Sep 17 00:00:00 2001
|
||
|
|
From: chen-jan <chen_aka_jan@163.com>
|
||
|
|
Date: Thu, 23 Jun 2022 06:57:11 +0000
|
||
|
|
Subject: [PATCH] add version
|
||
|
|
|
||
|
|
---
|
||
|
|
setup.cfg | 1 +
|
||
|
|
1 file changed, 1 insertion(+)
|
||
|
|
|
||
|
|
diff --git a/setup.cfg b/setup.cfg
|
||
|
|
index 2b13441..af57d4e 100644
|
||
|
|
--- a/setup.cfg
|
||
|
|
+++ b/setup.cfg
|
||
|
|
@@ -5,6 +5,7 @@ universal = true
|
||
|
|
license_files =
|
||
|
|
LICENSE
|
||
|
|
name = singledispatch
|
||
|
|
+version = 3.7.0
|
||
|
|
author = Jason R. Coombs
|
||
|
|
author_email = jaraco@jaraco.com
|
||
|
|
description = Backport functools.singledispatch from Python 3.4 to Python 2.6-3.3.
|
||
|
|
--
|
||
|
|
2.30.0
|
||
|
|
|