22 lines
526 B
Diff
22 lines
526 B
Diff
From a4e88cfb2dcb98c589bbc1eb7452c773faf46398 Mon Sep 17 00:00:00 2001
|
|
From: eaglegai <eaglegai@163.com>
|
|
Date: Thu, 27 Oct 2022 23:07:17 +0800
|
|
Subject: [PATCH] fix missing version in setup.cfg
|
|
|
|
Signed-off-by: eaglegai <eaglegai@163.com>
|
|
---
|
|
setup.cfg | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/setup.cfg b/setup.cfg
|
|
index a32ff8ce..cc7e3b0d 100644
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -1,5 +1,6 @@
|
|
[metadata]
|
|
name = dnspython
|
|
+version = 2.2.1
|
|
author = Bob Halley
|
|
author_email = halley@dnspython.org
|
|
license = ISC
|