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