indevolt-api 1.4.0__tar.gz → 1.4.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: indevolt-api
3
- Version: 1.4.0
3
+ Version: 1.4.2
4
4
  Summary: Python API client for Indevolt devices
5
5
  Author: A. Gideonse
6
6
  License: MIT
@@ -21,7 +21,7 @@ from .const import (
21
21
  IndevoltSystem,
22
22
  )
23
23
 
24
- __version__ = "1.4.0"
24
+ __version__ = "1.4.2"
25
25
 
26
26
  __all__ = [
27
27
  "IndevoltAPI",
@@ -8,7 +8,7 @@ from typing import Any
8
8
  import aiohttp
9
9
  from aiohttp import ClientError
10
10
 
11
- from indevolt_api.const import (
11
+ from .const import (
12
12
  DEVICE_LIMITS,
13
13
  IndevoltRealtimeAction,
14
14
  SET_REALTIME_ACTION,
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: indevolt-api
3
- Version: 1.4.0
3
+ Version: 1.4.2
4
4
  Summary: Python API client for Indevolt devices
5
5
  Author: A. Gideonse
6
6
  License: MIT
@@ -4,6 +4,7 @@ readme.md
4
4
  indevolt_api/__init__.py
5
5
  indevolt_api/client.py
6
6
  indevolt_api/const.py
7
+ indevolt_api/py.typed
7
8
  indevolt_api.egg-info/PKG-INFO
8
9
  indevolt_api.egg-info/SOURCES.txt
9
10
  indevolt_api.egg-info/dependency_links.txt
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "indevolt-api"
7
- version = "1.4.0"
7
+ version = "1.4.2"
8
8
  description = "Python API client for Indevolt devices"
9
9
  readme = "readme.md"
10
10
  authors = [
File without changes
File without changes
File without changes