diff --git a/Documentation/CHANGELOG.md b/Documentation/CHANGELOG.md index 4270086..b50a47d 100644 --- a/Documentation/CHANGELOG.md +++ b/Documentation/CHANGELOG.md @@ -37,7 +37,7 @@ Version control history: * version 2.2-3 210420 * For mail mode, replaced ssmpt with msmtp in mail function. * ssmtp had to be replaced as apparently ssmtp is deprecated in RPi [Buster](https://raspberrypi.stackexchange.com/questions/99968/cannot-send-mail-from-buster), - * and is considered obsolete, users where reporting issues via mail. + * and is considered obsolete, users were reporting issues via mail. * Users using mail mode option will have to install and configure msmtp. * Details in Readme. diff --git a/setup.py b/setup.py index 327304f..c53f552 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ setup( name="rpi_tempmon.py", - version="2.1", + version="2.2", author="gavin lyons", author_email="glyons66@hotmail.com", description="Display the CPU and GPU temperature of Raspberry Pi", license=" GPL", keywords="PI Raspberry CPU ARM GPU temperature temp rpi monitor display gavin lyons", url="https://github.com/gavinlyonsrepo/raspeberrypi_tempmon", - download_url='https://github.com/gavinlyonsrepo/raspeberrypi_tempmon/archive/2.1.tar.gz', + download_url='https://github.com/gavinlyonsrepo/raspeberrypi_tempmon/archive/2.2.tar.gz', packages=['rpiTempSrc','rpiTempMod',], install_requires= ['matplotlib','pip','psutil'], setup_requires = ['pip'],