From addee044790824a3db36f7a6b9b96e3fc575e804 Mon Sep 17 00:00:00 2001 From: Kairo Araujo Date: Sat, 23 Oct 2021 12:23:41 +0200 Subject: [PATCH] Release v0.1.4b0 - Reduce the number of API calls --- kodaksmarthome/__version__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kodaksmarthome/__version__.py b/kodaksmarthome/__version__.py index 1f32443..e59bd74 100644 --- a/kodaksmarthome/__version__.py +++ b/kodaksmarthome/__version__.py @@ -1,14 +1,14 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- """ -Copyright (c) 2019, 2020 Kairo de Araujo +Copyright (c) 2019-2021 Kairo de Araujo """ __title__ = "python-kodaksmarthome" __description__ = "Python Kodak SmartHome API" -__url__ = "https://github.com/kairoaraujo/kodak_smarthome_api" -__version__ = "0.1.3beta2" +__url__ = "https://github.com/kairoaraujo/python-kodaksmarthome" +__version__ = "0.1.4beta0" __author__ = "Kairo de Araujo" __author_email__ = "kairo@dearaujo.nl" __license__ = "Apache 2.0" -__copyright__ = "Copyright 2019, 2020 Kairo de Araujo" +__copyright__ = "Copyright 2019-2021 Kairo de Araujo"