From 6a260d2118dcd68005ac88fbc2de3f72072c9686 Mon Sep 17 00:00:00 2001 From: Jesus Lara Date: Thu, 3 Mar 2022 18:09:04 +0100 Subject: [PATCH] updated version. --- .gitignore | 2 +- navconfig/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3ece60f..c4e9d3b 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,7 @@ wheels/ .installed.cfg *.egg .idea/ - +etc/* # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. diff --git a/navconfig/version.py b/navconfig/version.py index 750b684..2b1889e 100644 --- a/navconfig/version.py +++ b/navconfig/version.py @@ -3,7 +3,7 @@ __title__ = 'navconfig' __description__ = ('Configuration tool for all Navigator Services ' 'Tool for accessing Config info from different sources.') -__version__ = '0.7.3' +__version__ = '0.7.4' __author__ = 'Jesus Lara' __author_email__ = 'jesuslarag@gmail.com' __license__ = 'BSD'