From a7b6b1088646bdf6250cc5d595e8fdac6026f469 Mon Sep 17 00:00:00 2001 From: Jesus Lara Date: Wed, 21 Feb 2024 16:25:33 +0100 Subject: [PATCH] bump version --- navconfig/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navconfig/version.py b/navconfig/version.py index 6f2ed8f..a91cc0a 100644 --- a/navconfig/version.py +++ b/navconfig/version.py @@ -5,7 +5,7 @@ "Configuration tool for all Navigator Services " "Tool for accessing Config info from different sources." ) -__version__ = "1.6.1" +__version__ = "1.6.2" __author__ = "Jesus Lara" __author_email__ = "jesuslarag@gmail.com" __license__ = "MIT"