From 20247cea4c5fa9f951d775a8f7ca500d870569eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Wed, 28 Dec 2016 14:36:19 +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 ee53fd73..e06adc76 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'flux_led', packages = ['flux_led'], - version = '0.10', + version = '0.11', description = 'a library to communicate with the flux_led', url='https://github.com/Danielhiversen/flux_led', classifiers=[