version corrected

This commit is contained in:
Michael Clemens 2022-07-31 16:07:35 +02:00
parent 41f2259cee
commit 0a40fce4d9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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()