From 821be0a153a8448509b2750549ef1ae411189a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Mon, 24 Apr 2017 13:15:24 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 796e113..6a35631 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ name = 'pyRFXtrx', packages = ['RFXtrx'], install_requires=['pyserial>=2.7'], - version = '0.17.0', + version = '0.18.0', description = 'a library to communicate with the RFXtrx family of devices', author='Edwin Woudt', author_email='edwin@woudt.nl',