From ed36654d37bb42acb3afa38327ad4dd3f951bcec Mon Sep 17 00:00:00 2001 From: Pavlos Parissis Date: Sun, 19 Nov 2023 10:06:49 +0100 Subject: [PATCH] RELEASE 0.9.5 version --- anycast_healthchecker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anycast_healthchecker/__init__.py b/anycast_healthchecker/__init__.py index ce39a96..358abe7 100644 --- a/anycast_healthchecker/__init__.py +++ b/anycast_healthchecker/__init__.py @@ -4,7 +4,7 @@ __title__ = 'anycast_healthchecker' __author__ = 'Pavlos Parissis' __license__ = 'Apache 2.0' -__version__ = '0.9.4' +__version__ = '0.9.5' __copyright__ = 'Copyright 2015-2023 Pavlos Parissis' PROGRAM_NAME = __title__.replace('_', '-')