mirror of
https://codeberg.org/mclemens/qrzlogger.git
synced 2024-11-10 14:56:04 -05:00
incremented version
This commit is contained in:
parent
ae19e6376b
commit
671be94955
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user