From d3318f3962096cafeaa0bcb290b761bb6f9c795d Mon Sep 17 00:00:00 2001 From: Lewis Juggins Date: Thu, 22 Jun 2017 17:44:24 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0bb8956a..66eca7c0 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = 2.0 +VERSION = 2.1 DOWNLOAD_URL = \ 'https://github.com/ggravlingen/pytradfri/archive/{}.zip'.format(VERSION)