v0.6.9 -> v0.7.0

This commit is contained in:
Michael Clemens 2021-06-17 13:33:20 +02:00
parent c77fcca2d1
commit 9c14bace8a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = qrzlogger
version = 0.6.9
version = 0.7.0
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.9"
self.version = "0.7.0"
# Define the configuration object
self.config = configparser.ConfigParser()