From 48a02bdc5bf8bbb84c0d56d36c891c1776692a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Thu, 30 Jun 2022 21:34:24 +0200 Subject: [PATCH] 0.30.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b549756..0a009d1 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ name = 'pyRFXtrx', packages = ['RFXtrx'], install_requires=['pyserial>=2.7'], - version = '0.29.2', + version = '0.30.0', description = 'a library to communicate with the RFXtrx family of devices', author='Edwin Woudt', author_email='edwin@woudt.nl',