From 0a40fce4d9b7be94dcba613da0d165d96c8ef1f4 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Sun, 31 Jul 2022 16:07:35 +0200 Subject: [PATCH] version corrected --- LICENSE | 2 +- qrzlogger.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 8f181f3..4406b26 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2021 Michael Clemens, DK1MI +Copyright (c) 2021-2022 Michael Clemens, DK1MI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/qrzlogger.py b/qrzlogger.py index 9ef2ad0..d9f0793 100755 --- a/qrzlogger.py +++ b/qrzlogger.py @@ -44,7 +44,7 @@ class QRZLogger(): def __init__(self): """initialize things""" - self.version = "0.8.1" + self.version = "0.8.2" # Define the configuration object self.config = configparser.ConfigParser()