From 770ba40c64a39ecd0efb41164a26335d26f94570 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Wed, 24 Apr 2024 22:29:28 +0200 Subject: [PATCH] Update to 0.31.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5bc3ce0..1009a54 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ name = 'pyRFXtrx', packages = ['RFXtrx'], install_requires=['pyserial>=2.7'], - version = '0.31.0', + version = '0.31.1', description = 'a library to communicate with the RFXtrx family of devices', author='Edwin Woudt', author_email='edwin@woudt.nl',