Skip to content

Commit

Permalink
Release v0.1.4b0
Browse files Browse the repository at this point in the history
- Reduce the number of API calls
  • Loading branch information
kairoaraujo authored Oct 23, 2021
1 parent 87c6450 commit addee04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kodaksmarthome/__version__.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit addee04

Please sign in to comment.