From 177ee7437f27001777ee5ee1779592b601d0f1c3 Mon Sep 17 00:00:00 2001 From: Patrik Date: Mon, 19 Mar 2018 20:06:08 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8cbe1a5..2e46b742 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: long_description = f.read() -VERSION = "5.3.1" +VERSION = "5.4.0" DOWNLOAD_URL = \ 'https://github.com/ggravlingen/pytradfri/archive/{}.zip'.format(VERSION)