From 35dae7b23b2d625c050a9361e6c44b9f4eae300f Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Wed, 2 Jun 2021 12:50:40 +0200 Subject: [PATCH] changed version info added info on updating qrzlogger --- README.md | 8 ++++++++ setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index febfc4b..d4cb6d3 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ Finally, install qrzlogger with pip: # python3 -m pip install qrzlogger ``` +# Updating + +To update qrzlogger, execute the following command: + +``` +# python3 -m pip install --upgrade qrzlogger +``` + # Usage * execute the application with "qrzlogger" diff --git a/setup.cfg b/setup.cfg index 7303ae8..2c046a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = qrzlogger -version = 0.6.1 +version = 0.6.2 author = Michael Clemens author_email = qrzlogger@qrz.is description = A python application to log QSOs directly to QRZ.com from the command line