version corrected
This commit is contained in:
parent
41f2259cee
commit
0a40fce4d9
2
LICENSE
2
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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue