Version bump because the code is more clean and bugs are fixed.

This commit is contained in:
Johannes Findeisen 2021-06-10 04:04:39 +02:00
commit 7179412d99

2
uplink
View file

@ -35,7 +35,7 @@ import time
from fritzconnection.lib.fritzstatus import FritzStatus
from threading import Thread
__version__ = "0.1"
__version__ = "0.2"
logger = logging.getLogger(__name__)