v0.6.9 -> v0.7.0
This commit is contained in:
parent
c77fcca2d1
commit
9c14bace8a
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user