diff --git a/setup.cfg b/setup.cfg index ec4e11c..cb44a49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = qrzlogger -version = 0.6.7 +version = 0.6.8 author = Michael Clemens author_email = qrzlogger@qrz.is description = A python application to log QSOs directly to QRZ.com from the command line diff --git a/src/qrzlogger/__main__.py b/src/qrzlogger/__main__.py index c6585d1..a24800c 100755 --- a/src/qrzlogger/__main__.py +++ b/src/qrzlogger/__main__.py @@ -44,7 +44,7 @@ class QRZLogger(): def __init__(self): """initialize things""" - self.version = "0.6.7" + self.version = "0.6.8" # Define the configuration object self.config = configparser.ConfigParser()