From 743564509c3c0d9d7b2d02b96569ca589eaab3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Tue, 18 Jan 2022 06:47:23 +0100 Subject: [PATCH] 0.27.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c95e5ae..7e5fda8 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ name = 'pyRFXtrx', packages = ['RFXtrx'], install_requires=['pyserial>=2.7'], - version = '0.27.0', + version = '0.27.1', description = 'a library to communicate with the RFXtrx family of devices', author='Edwin Woudt', author_email='edwin@woudt.nl',