From 15fab7c16ea90408c725d02e7e843bf280e0f7ca Mon Sep 17 00:00:00 2001 From: not-na Date: Fri, 15 Jul 2016 15:43:06 +0200 Subject: [PATCH] Updated Version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0758c73..caa5950 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ longdesc = "Object oriented TR64 FRITZ!Box Client Library" setup(name='fritzctl', - version="1.0.0a1", + version="1.0.0a2", description="Object oriented TR64 FRITZ!Box Client Library", long_description=longdesc, author="notna",