From 64b496c7cde67a8fd33f440404819d41aa332622 Mon Sep 17 00:00:00 2001 From: Jiri Otoupal Date: Fri, 16 Feb 2024 11:47:30 +0100 Subject: [PATCH] requirements --- dvpn/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvpn/__version__.py b/dvpn/__version__.py index a8d5f07..f66e455 100644 --- a/dvpn/__version__.py +++ b/dvpn/__version__.py @@ -11,7 +11,7 @@ " with use of auto switching based on resolved hostnames and saved credentials" ) -__version__ = "1.1.5" +__version__ = "1.1.6" __author__ = "Jiri Otoupal" __author_email__ = "jiri-otoupal@ips-database.eu" __license__ = "Apache 2.0"