From 813d3217ef21abc381ad7b17803ac080aa156e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sat, 7 Oct 2023 22:39:23 +0200 Subject: [PATCH] Set version to 3.1.0 --- aiodns/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiodns/__init__.py b/aiodns/__init__.py index 9625a61..046e202 100644 --- a/aiodns/__init__.py +++ b/aiodns/__init__.py @@ -15,7 +15,7 @@ from . import error -__version__ = '3.0.0' +__version__ = '3.1.0' __all__ = ('DNSResolver', 'error')