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