incremented version

This commit is contained in:
Michael Clemens 2021-06-07 19:48:32 +02:00
parent ae19e6376b
commit 671be94955
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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