From 0bb9fb54b422be05a34ea549051fa2f502617422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 16 Oct 2023 09:18:30 +0200 Subject: [PATCH] Set version to 3.1.1 --- aiodns/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiodns/__init__.py b/aiodns/__init__.py index a9cdf2e..858c36a 100644 --- a/aiodns/__init__.py +++ b/aiodns/__init__.py @@ -15,7 +15,7 @@ from . import error -__version__ = '3.1.0' +__version__ = '3.1.1' __all__ = ('DNSResolver', 'error')