v0.6.8 to v0.6.9

This commit is contained in:
Michael Clemens 2021-06-08 22:20:22 +02:00
parent 69e43e509f
commit 5839e61a5b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = qrzlogger
version = 0.6.8
version = 0.6.9
author = Michael Clemens
author_email = qrzlogger@qrz.is
description = A python application to log QSOs directly to QRZ.com from the command line

View File

@ -44,7 +44,7 @@ class QRZLogger():
def __init__(self):
"""initialize things"""
self.version = "0.6.8"
self.version = "0.6.9"
# Define the configuration object
self.config = configparser.ConfigParser()